Rotary-Dial/data/homie/config.json

17 lines
214 B
JSON
Raw Normal View History

2018-04-26 21:44:26 +00:00
{
"name": "esp-waehlscheibe",
"device_id": "esp-waehlscheibe",
"wifi": {
"ssid": "CTDO-IoT",
"password": "12345678"
},
"mqtt": {
2022-11-27 09:23:08 +00:00
"host": "mqtt.ctdo.de",
2018-04-26 21:44:26 +00:00
"port": 1883,
"auth": false
},
"ota": {
"enabled": false
}
}