add data template
This commit is contained in:
parent
6849f8ca1c
commit
5ae6ab0c02
|
@ -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