17 lines
218 B
JSON
17 lines
218 B
JSON
{
|
|
"name": "sensorespx",
|
|
"device_id": "sensorespx",
|
|
"wifi": {
|
|
"ssid": "wifissid",
|
|
"password": "password"
|
|
},
|
|
"mqtt": {
|
|
"host": "MQTTBROKER",
|
|
"port": 1883,
|
|
"auth": false,
|
|
"base_topic": ""
|
|
},
|
|
"ota": {
|
|
"enabled": false
|
|
}
|
|
}
|