Rotary-Dial/data/homie/config.json
2022-11-27 10:23:08 +01:00

16 lines
214 B
JSON

{
"name": "esp-waehlscheibe",
"device_id": "esp-waehlscheibe",
"wifi": {
"ssid": "CTDO-IoT",
"password": "12345678"
},
"mqtt": {
"host": "mqtt.ctdo.de",
"port": 1883,
"auth": false
},
"ota": {
"enabled": false
}
}