mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-26 22:22:16 +03:00
94 lines
2.1 KiB
JSON
94 lines
2.1 KiB
JSON
{
|
|
"configs": [
|
|
"/config.live.json",
|
|
"/config.setup.json"
|
|
],
|
|
"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}}"
|
|
},
|
|
{
|
|
"type": "h4",
|
|
"title": "Uptime: {{uptime}}"
|
|
},
|
|
{
|
|
"type": "h4",
|
|
"title": "Build version: {{firmware_version}}"
|
|
},
|
|
{
|
|
"type": "h4",
|
|
"title": "SPIFFS version: 2.2"
|
|
},
|
|
{
|
|
"type": "link",
|
|
"title": "Конфигурация устройства",
|
|
"action": "/page.htm?configuration",
|
|
"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"
|
|
},
|
|
{
|
|
"type": "hr"
|
|
},
|
|
{
|
|
"type":"h3",
|
|
"name":"my-block",
|
|
"style":"position:fixed;top:30%;left:50%;width:400px;margin-left:-200px;text-align:center;",
|
|
"class":"hidden"
|
|
},
|
|
{
|
|
"type": "button",
|
|
"title":"Обновить прошивку",
|
|
"action": "/upgrade",
|
|
"response":"[[my-block]]",
|
|
"class": "btn btn-block btn-success"
|
|
},
|
|
{
|
|
"type": "hr"
|
|
},
|
|
{
|
|
"type": "link",
|
|
"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"
|
|
}
|
|
]
|
|
}
|