Files
IoTManager/data/index.json

103 lines
2.4 KiB
JSON
Raw Normal View History

2019-12-24 11:53:26 +03:00
{
2020-03-17 17:54:57 +01:00
"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",
2020-04-05 01:52:02 +02:00
"title": "{{name}}",
2020-03-17 17:54:57 +01:00
"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",
2020-04-02 22:56:01 +02:00
"title": "SPIFFS version: 2.3.2"
2020-03-17 17:54:57 +01:00
},
{
"type": "hr"
},
{
"type": "link",
"title": "Конфигурация устройства",
2020-04-05 01:52:02 +02:00
"action": "/?configuration",
2020-03-17 17:54:57 +01:00
"class": "btn btn-block btn-primary"
},
{
"type": "hr"
},
2020-04-05 01:52:02 +02:00
{
"type": "link",
"title": "Список других устройств в сети",
"action": "/?dev",
2020-04-07 18:06:12 +02:00
"class": "btn btn-block btn-success"
2020-04-05 01:52:02 +02:00
},
2020-03-17 17:54:57 +01:00
{
"type": "link",
"title": "Конфигурация WIFI",
2020-04-05 01:52:02 +02:00
"action": "/?setup",
2020-03-17 17:54:57 +01:00
"class": "btn btn-block btn-success"
},
{
"type": "link",
"title": "Конфигурация MQTT",
2020-04-05 01:52:02 +02:00
"action": "/?mqtt",
2020-03-17 17:54:57 +01:00
"class": "btn btn-block btn-success"
},
{
"type": "link",
"title": "Конфигурация push",
2020-04-05 01:52:02 +02:00
"action": "/?pushingbox",
2020-03-17 17:54:57 +01:00
"class": "btn btn-block btn-success"
},
{
"type": "h3",
"name": "my-block",
"style": "position:fixed;top:50%;left:50%;width:400px;margin-left:-200px;text-align:center;",
"class": "hidden"
},
2020-04-07 18:06:12 +02:00
{
"type": "hr"
},
2020-03-17 17:54:57 +01:00
{
"type": "button",
"title": "Обновить прошивку",
2020-04-05 01:52:02 +02:00
"action": "/check",
2020-03-17 17:54:57 +01:00
"response": "[[my-block]]",
2020-04-07 18:06:12 +02:00
"class": "btn btn-block btn-danger"
2020-03-17 17:54:57 +01:00
},
{
"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"
}
]
2019-12-24 11:53:26 +03:00
}