2019-12-24 11:53:26 +03:00
|
|
|
{
|
|
|
|
|
"configs": [
|
|
|
|
|
"/config.live.json",
|
|
|
|
|
"/config.setup.json"
|
|
|
|
|
],
|
2020-03-16 00:00:59 +01:00
|
|
|
|
|
|
|
|
"socket": [
|
|
|
|
|
"ws://{{ip}}/ws"
|
|
|
|
|
],
|
|
|
|
|
|
2019-12-24 11:53:26 +03:00
|
|
|
"title": "Главная",
|
|
|
|
|
"class": "col-sm-offset-1 col-sm-10 col-md-offset-2 col-md-8 col-lg-offset-3 col-lg-6",
|
|
|
|
|
"content": [
|
|
|
|
|
{
|
|
|
|
|
"type": "h5",
|
|
|
|
|
"title": "{{SSDP}}",
|
|
|
|
|
"class": "alert-warning"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"type": "h4",
|
|
|
|
|
"title": "Device ID: {{chipID}}"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"type": "h4",
|
|
|
|
|
"title": "IP address: {{ip}}"
|
|
|
|
|
},
|
2020-03-04 00:27:35 +03:00
|
|
|
{
|
|
|
|
|
"type": "h4",
|
|
|
|
|
"title": "Uptime: {{uptime}}"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"type": "h4",
|
|
|
|
|
"title": "Build version: {{firmware_version}}"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"type": "h4",
|
2020-03-17 00:54:27 +01:00
|
|
|
"title": "SPIFFS version: 2.3+"
|
2020-03-04 00:27:35 +03:00
|
|
|
},
|
2020-03-17 00:54:27 +01:00
|
|
|
{
|
2020-03-16 00:00:59 +01:00
|
|
|
"type": "hr"
|
2020-03-17 00:54:27 +01:00
|
|
|
},
|
2019-12-24 11:53:26 +03:00
|
|
|
{
|
|
|
|
|
"type": "link",
|
|
|
|
|
"title": "Конфигурация устройства",
|
2020-02-10 23:30:40 +03:00
|
|
|
"action": "/page.htm?configuration",
|
2019-12-24 11:53:26 +03:00
|
|
|
"class": "btn btn-block btn-primary"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"type": "hr"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"type": "link",
|
|
|
|
|
"title": "Конфигурация WIFI",
|
|
|
|
|
"action": "/page.htm?setup",
|
|
|
|
|
"class": "btn btn-block btn-success"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"type": "link",
|
|
|
|
|
"title": "Конфигурация MQTT",
|
|
|
|
|
"action": "/page.htm?mqtt",
|
|
|
|
|
"class": "btn btn-block btn-success"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"type": "link",
|
|
|
|
|
"title": "Конфигурация push",
|
|
|
|
|
"action": "/page.htm?pushingbox",
|
|
|
|
|
"class": "btn btn-block btn-success"
|
|
|
|
|
},
|
2020-03-01 20:41:16 +03:00
|
|
|
{
|
|
|
|
|
"type": "hr"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"type":"h3",
|
|
|
|
|
"name":"my-block",
|
2020-03-16 00:00:59 +01:00
|
|
|
"style":"position:fixed;top:50%;left:50%;width:400px;margin-left:-200px;text-align:center;",
|
2020-03-01 20:41:16 +03:00
|
|
|
"class":"hidden"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"type": "button",
|
|
|
|
|
"title":"Обновить прошивку",
|
|
|
|
|
"action": "/upgrade",
|
|
|
|
|
"response":"[[my-block]]",
|
|
|
|
|
"class": "btn btn-block btn-success"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"type": "hr"
|
|
|
|
|
},
|
2019-12-24 11:53:26 +03:00
|
|
|
{
|
|
|
|
|
"type": "link",
|
2020-02-10 23:30:40 +03:00
|
|
|
"title": "Скачать приложение IoT Manager для android",
|
|
|
|
|
"action": "https://play.google.com/store/apps/details?id=ru.esp8266.iotmanager",
|
|
|
|
|
"class": "btn btn-block btn-warning"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"type": "link",
|
|
|
|
|
"title": "Скачать приложение IoT Manager для iphone",
|
|
|
|
|
"action": "https://apps.apple.com/ru/app/iot-manager/id1155934877",
|
|
|
|
|
"class": "btn btn-block btn-warning"
|
2019-12-24 11:53:26 +03:00
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
}
|