feat: wifi hotspot provisioning + config integrations block
This commit is contained in:
@@ -14,6 +14,22 @@
|
||||
"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_tag/",
|
||||
"integrations": {
|
||||
"openweather": {
|
||||
"api_key": "abc123"
|
||||
},
|
||||
"mqtt": {
|
||||
"host": "broker.example.com",
|
||||
"port": 1883,
|
||||
"username": "user",
|
||||
"password": "pass",
|
||||
"topic": "sensors/node-01"
|
||||
},
|
||||
"webhook": {
|
||||
"url": "https://hooks.example.com/xyz",
|
||||
"api_key": "secret"
|
||||
}
|
||||
},
|
||||
"data_destination_url": "",
|
||||
"pinout": {
|
||||
"i2c0_sda": 4,
|
||||
|
||||
Reference in New Issue
Block a user