esp-pixelbox/data/homie/config.json.sample
2019-05-09 22:02:43 +02:00

16 lines
198 B
Text

{
"name": "pixelbox",
"device_id": "pixelbox",
"wifi": {
"ssid": "WLANSSID",
"password": "WLANPASS"
},
"mqtt": {
"host": "mqtthostname",
"port": 1883,
"auth": false
},
"ota": {
"enabled": false
}
}