parent
6849f8ca1c
commit
5ae6ab0c02
1 changed files with 17 additions and 0 deletions
@ -0,0 +1,17 @@ |
||||
{ |
||||
"name": "device name", |
||||
"device_id": "deviceid", |
||||
"wifi": { |
||||
"ssid": "wifissid", |
||||
"password": "password" |
||||
}, |
||||
"mqtt": { |
||||
"host": "10.0.0.1", |
||||
"port": 1883, |
||||
"auth": false, |
||||
"base_topic": "" |
||||
}, |
||||
"ota": { |
||||
"enabled": false |
||||
} |
||||
} |
Loading…
Reference in new issue