feat: wifi hotspot provisioning + config integrations block

This commit is contained in:
2026-06-11 11:03:42 +02:00
parent a25bbf0eb3
commit 0aaca3fb96
2 changed files with 27 additions and 4 deletions

View File

@@ -14,6 +14,22 @@
"node_label": "node-01",
"identity_iot_url": "https://api.yourhost.com/API/V1/identity_layer/identity_iot/",
"data_destination_url": "https://api.parta.app/API/V1/identity_iot/",
"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"
}
},
"pinout": {
"i2c0_sda": 4,
"i2c0_scl": 5,