deskcontrol/data/homie/config.example.json

16 lines
205 B
JSON
Raw Normal View History

2019-09-22 11:15:47 +00:00
{
"name": "deskcontrol",
"wifi": {
"ssid": "<SSID>",
"password": "<PASS>"
},
"mqtt": {
"host": "<Domain>",
"port": 1883,
"auth": false
},
"ota": {
"enabled": true
}
}