esp-volumeknob/data/homie/config.json.sample
starcalc d900bc3844
All checks were successful
continuous-integration/drone/push Build is passing
Sample config.json file
2022-06-22 22:38:37 +02:00

16 lines
No EOL
252 B
Text

{
"name": "HOSTNAME",
"device_id": "HOSTNAME",
"wifi": {
"ssid": "WIFISSID",
"password": "WIFIPASS"
},
"mqtt": {
"host": "mqtt.ctdo.de",
"port": 1883,
"auth": false
},
"ota": {
"enabled": true
}
}