Sample config.json file
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
9bcdfcf56c
commit
d900bc3844
1 changed files with 16 additions and 0 deletions
16
data/homie/config.json.sample
Normal file
16
data/homie/config.json.sample
Normal file
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"name": "HOSTNAME",
|
||||
"device_id": "HOSTNAME",
|
||||
"wifi": {
|
||||
"ssid": "WIFISSID",
|
||||
"password": "WIFIPASS"
|
||||
},
|
||||
"mqtt": {
|
||||
"host": "mqtt.ctdo.de",
|
||||
"port": 1883,
|
||||
"auth": false
|
||||
},
|
||||
"ota": {
|
||||
"enabled": true
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue