mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-27 06:32:19 +03:00
18 lines
378 B
JSON
18 lines
378 B
JSON
|
|
{
|
||
|
|
"name": "IoTmanager",
|
||
|
|
"chipID": "",
|
||
|
|
"ssidAP": "WiFi",
|
||
|
|
"passwordAP": "",
|
||
|
|
"ssid": "your_ssid",
|
||
|
|
"password": "your_password",
|
||
|
|
"timezone": 3,
|
||
|
|
"mqttServer": "",
|
||
|
|
"mqttPort": 0,
|
||
|
|
"mqttPrefix": "/IoTmanager",
|
||
|
|
"mqttUser": "",
|
||
|
|
"mqttPass": "",
|
||
|
|
"scenario": "1",
|
||
|
|
"pushingbox_id": "",
|
||
|
|
"web_login": "admin",
|
||
|
|
"web_pass": "admin"
|
||
|
|
}
|