feat: v0.3.4 — tenant_id as string, node_id in constructor, fix duplicate ensure_registered
This commit is contained in:
@@ -8,11 +8,12 @@
|
||||
"wifi_dns": "8.8.8.8",
|
||||
"comm_key": "YOUR_32_CHAR_KEY________________",
|
||||
"comm_iv": "YOUR_16_CHAR_IV_",
|
||||
"tenant_id": 1,
|
||||
"node_id": 0,
|
||||
"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/",
|
||||
"identity_node_url": "https://api.parta.app/API/V1/identity_tag/",
|
||||
"data_destination_url": ""
|
||||
}
|
||||
Reference in New Issue
Block a user