feat: v0.3.2 — split identity_iot_url/identity_tag_url/data_destination_url, fix do_checkin
This commit is contained in:
@@ -1,16 +1,18 @@
|
||||
{
|
||||
"wifi_ssid": "YOUR_SSID",
|
||||
"wifi_pass": "YOUR_PASSWORD",
|
||||
"wifi_static": false,
|
||||
"wifi_ip": "192.168.1.50",
|
||||
"wifi_mask": "255.255.255.0",
|
||||
"wifi_gw": "192.168.1.1",
|
||||
"wifi_dns": "8.8.8.8",
|
||||
"comm_key": "YOUR_32_CHAR_KEY________________",
|
||||
"comm_iv": "YOUR_16_CHAR_IV_",
|
||||
"base_url": "https://api.parta.app/API/V1/identity_tag/",
|
||||
"tenant_id": 1,
|
||||
"node_id": 0,
|
||||
"node_type": "access_control",
|
||||
"node_label": "terminal-01"
|
||||
}
|
||||
"wifi_ssid": "YOUR_SSID",
|
||||
"wifi_pass": "YOUR_PASSWORD",
|
||||
"wifi_static": false,
|
||||
"wifi_ip": "192.168.1.50",
|
||||
"wifi_mask": "255.255.255.0",
|
||||
"wifi_gw": "192.168.1.1",
|
||||
"wifi_dns": "8.8.8.8",
|
||||
"comm_key": "YOUR_32_CHAR_KEY________________",
|
||||
"comm_iv": "YOUR_16_CHAR_IV_",
|
||||
"tenant_id": 1,
|
||||
"node_id": 0,
|
||||
"node_type": "access_control",
|
||||
"node_label": "terminal-01",
|
||||
"identity_iot_url": "https://api.parta.app/API/V1/identity_layer/identity_iot/",
|
||||
"identity_tag_url": "https://api.parta.app/API/V1/identity_layer/identity_tag/",
|
||||
"data_destination_url": ""
|
||||
}
|
||||
Reference in New Issue
Block a user