2020-08-15 17:48:59 +00:00
|
|
|
{
|
2020-10-09 15:14:43 +00:00
|
|
|
"name": "sensorespx",
|
|
|
|
"device_id": "sensorespx",
|
2020-08-15 17:48:59 +00:00
|
|
|
"wifi": {
|
2020-10-09 15:14:43 +00:00
|
|
|
"ssid": "wifissid",
|
2020-08-15 17:48:59 +00:00
|
|
|
"password": "password"
|
|
|
|
},
|
|
|
|
"mqtt": {
|
2020-10-09 15:14:43 +00:00
|
|
|
"host": "MQTTBROKER",
|
2020-08-15 17:48:59 +00:00
|
|
|
"port": 1883,
|
|
|
|
"auth": false,
|
|
|
|
"base_topic": ""
|
|
|
|
},
|
|
|
|
"ota": {
|
|
|
|
"enabled": false
|
|
|
|
}
|
|
|
|
}
|