esp-pixelbox/data/homie/config.json.sample

17 lines
198 B
Plaintext
Raw Normal View History

2019-03-14 18:54:07 +00:00
{
"name": "pixelbox",
"device_id": "pixelbox",
"wifi": {
"ssid": "WLANSSID",
"password": "WLANPASS"
},
"mqtt": {
"host": "mqtthostname",
"port": 1883,
"auth": false
},
"ota": {
"enabled": false
}
}