Files
IoTManager/data/config.json

20 lines
454 B
JSON
Raw Normal View History

2020-03-18 09:57:46 +01:00
{
2020-04-05 01:52:02 +02:00
"name": "IoTmanager",
2020-03-18 09:57:46 +01:00
"chipID": "",
2020-05-02 12:20:30 +02:00
"ssidAP": "WiFi2",
2020-03-18 09:57:46 +01:00
"passwordAP": "",
2020-04-05 01:52:02 +02:00
"ssid": "rise",
"password": "hostel3333",
"timezone": 2,
2020-05-02 12:20:30 +02:00
"ntp": "pool.ntp.org",
2020-04-22 20:35:50 +02:00
"mqttServer": "91.204.228.124",
2020-04-05 01:52:02 +02:00
"mqttPort": 1883,
"mqttPrefix": "/rise",
"mqttUser": "test",
"mqttPass": "test",
2020-03-18 09:57:46 +01:00
"scenario": "1",
2020-04-22 20:35:50 +02:00
"pushingbox_id": "v7C133E426B0C69E",
2020-03-18 09:57:46 +01:00
"web_login": "admin",
2020-04-25 16:39:36 +02:00
"web_pass": "admin",
"udponoff": "1"
2020-03-18 09:57:46 +01:00
}