Korrekte Konfiguration

This commit is contained in:
starcalc 2018-04-28 17:11:21 +02:00
parent 4c07244426
commit 3cb8f1cb20
1 changed files with 3 additions and 3 deletions

View File

@ -2,11 +2,11 @@
"name": "Homie CTDO Schild",
"device_id": "schild",
"wifi": {
"ssid": "Nudel",
"password": "Unser WLAN ist sicher!"
"ssid": "CTDO-IoT",
"password": "12345678"
},
"mqtt": {
"host": "prometheus.local",
"host": "raum.ctdo.de",
"port": 1883,
"auth": false
},