mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-27 06:32:19 +03:00
Progress of renew of class
This commit is contained in:
@@ -1 +1 @@
|
||||
0;input;id;inputDigit;Ввод;Введите#цифру;order
|
||||
0;inoutput;id;inputDigit;Ввод;Введите#цифру;order
|
||||
@@ -1 +1 @@
|
||||
0;input;id;inputTime;Ввод;Введите#время;order
|
||||
0;inoutput;id;inputTime;Ввод;Введите#время;order
|
||||
@@ -1 +1 @@
|
||||
0;output-text;id;anydata;Вывод;Сигнализация;order
|
||||
0;inoutput;id;anydata;Вывод;Сигнализация;order
|
||||
@@ -4,4 +4,4 @@
|
||||
0;button-out;button-out-4;toggle;Кнопки;Прихожая;4;pin[14]
|
||||
0;pwm-out;pwm-out-5;range;Кнопки;Яркость;5;pin[15]
|
||||
0;pwm-out;pwm-out-6;range;Кнопки;Яркость;6;pin[16]
|
||||
0;output-text;output-text-7;anydata;Кнопки;Статус;7
|
||||
0;inoutput;output-text-7;anydata;Кнопки;Статус;7
|
||||
@@ -1,5 +1,5 @@
|
||||
0;dallas-temp;temp;anydataTemp;Термостат;Температура;1;pin[2];index[0];int[10]
|
||||
0;logging;log;chart;Термостат;История;2;val[temp];int[60];cnt[100]
|
||||
0;input;inputU;inputDigit;Термостат;Верхний#порог;3
|
||||
0;input;inputL;inputDigit;Термостат;Нижний#порог;4
|
||||
0;inoutput;inputU;inputDigit;Термостат;Верхний#порог;3
|
||||
0;inoutput;inputL;inputDigit;Термостат;Нижний#порог;4
|
||||
0;button-out;button;toggle;Термостат;Нагрев;5;pin[12]
|
||||
@@ -1,5 +1,5 @@
|
||||
0;dht-hum;hum;anydataHum;Теплица;Влажность;1;pin[2];type[dht11];c[1]
|
||||
0;logging;log;chart;Теплица;История;2;val[hum];int[60];cnt[100]
|
||||
0;input;inputU;inputDigit;Теплица;Верхний#порог;3
|
||||
0;input;inputL;inputDigit;Теплица;Нижний#порог;4
|
||||
0;inoutput;inputU;inputDigit;Теплица;Верхний#порог;3
|
||||
0;inoutput;inputL;inputDigit;Теплица;Нижний#порог;4
|
||||
0;button-out;button;toggle;Теплица;Полив;5;pin[12]
|
||||
@@ -1,4 +1,4 @@
|
||||
0;button-out;button1;toggle;Реле;Освещение;1;pin[12]
|
||||
0;button-out;button2;toggle;Реле;Освещение;2;pin[13]
|
||||
0;input;T1;inputTime;Реле;Введите#время#включения;3
|
||||
0;input;T2;inputTime;Реле;Введите#время#выключения;4
|
||||
0;inoutput;T1;inputTime;Реле;Введите#время#включения;3
|
||||
0;inoutput;T2;inputTime;Реле;Введите#время#выключения;4
|
||||
@@ -23,15 +23,15 @@
|
||||
},
|
||||
{
|
||||
"type": "h4",
|
||||
"title": "Device ID: {{chipID}}"
|
||||
"title": "ID устройства: {{chipID}}"
|
||||
},
|
||||
{
|
||||
"type": "h4",
|
||||
"title": "IP address: {{ip}}"
|
||||
"title": "IP адрес: {{ip}}"
|
||||
},
|
||||
{
|
||||
"type": "h4",
|
||||
"title": "Time: {{timenow}}"
|
||||
"title": "Время: {{timenow}}"
|
||||
},
|
||||
{
|
||||
"type": "h4",
|
||||
@@ -39,15 +39,26 @@
|
||||
},
|
||||
{
|
||||
"type": "h4",
|
||||
"title": "WiFi Signal: {{signal}}"
|
||||
"title": "Версия прошивки: {{firmware_version}}"
|
||||
},
|
||||
{
|
||||
"type": "h4",
|
||||
"title": "Build version: {{firmware_version}}"
|
||||
"title": "Версия файловой системы: 267"
|
||||
},
|
||||
{
|
||||
"type": "h4",
|
||||
"title": "LittleFS version: 267"
|
||||
"title": "{{signal}}"
|
||||
},
|
||||
{
|
||||
"type": "hr"
|
||||
},
|
||||
{
|
||||
"type": "text",
|
||||
"title": "{{warning1}}"
|
||||
},
|
||||
{
|
||||
"type": "text",
|
||||
"title": "{{warning2}}"
|
||||
},
|
||||
{
|
||||
"type": "hr"
|
||||
|
||||
Reference in New Issue
Block a user