This commit is contained in:
15
data/homie/config.example.json
Normal file
15
data/homie/config.example.json
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
{
|
||||||
|
"name": "deskcontrol",
|
||||||
|
"wifi": {
|
||||||
|
"ssid": "<SSID>",
|
||||||
|
"password": "<PASS>"
|
||||||
|
},
|
||||||
|
"mqtt": {
|
||||||
|
"host": "<Domain>",
|
||||||
|
"port": 1883,
|
||||||
|
"auth": false
|
||||||
|
},
|
||||||
|
"ota": {
|
||||||
|
"enabled": true
|
||||||
|
}
|
||||||
|
}
|
Reference in New Issue
Block a user