mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-27 06:32:19 +03:00
web interface constructor
This commit is contained in:
@@ -1 +1 @@
|
||||
Удалить;Тип элемента;Id;Виджет;Имя вкладки;Имя виджета;Позиция виджета
|
||||
Тип элемента;Id;Виджет;Имя вкладки;Имя виджета;Позиция виджета
|
||||
|
Binary file not shown.
Binary file not shown.
BIN
data/index.json.gz
Normal file
BIN
data/index.json.gz
Normal file
Binary file not shown.
@@ -1 +1 @@
|
||||
0;button-in;switch1;toggle;Кнопки;Свет;1;pin[2];db[20]
|
||||
button-in;id;toggle;Кнопки;Освещение;order;pin[2];db[20]
|
||||
@@ -1 +1 @@
|
||||
0;button-out;light1;toggle;Кнопки;Свет;1;pin[12];inv[1];st[1]
|
||||
button-out;id;toggle;Кнопки;Освещение;order;pin[12];inv[1];st[1]
|
||||
@@ -1 +1 @@
|
||||
0;button-out;light1;toggle;Кнопки;Свет;1;pin[12];st[0]
|
||||
button-out;id;toggle;Кнопки;Освещение;order;pin[12];st[0]
|
||||
@@ -1 +1 @@
|
||||
0;pwm-out;volume;range;Кнопки;Свет;1;pin[12];st[500]
|
||||
pwm-out;id;range;Ползунки;Яркость;order;pin[12];st[500]
|
||||
Binary file not shown.
Binary file not shown.
@@ -40,7 +40,6 @@
|
||||
{
|
||||
"type": "csv",
|
||||
"title": [
|
||||
"checkbox",
|
||||
"html",
|
||||
"text",
|
||||
"text",
|
||||
@@ -50,12 +49,9 @@
|
||||
],
|
||||
"state": "conf.csv",
|
||||
"style": "width:100%;",
|
||||
"action": "/set?delete",
|
||||
"action": "/set?save",
|
||||
"class": "btn btn-block btn-default"
|
||||
},
|
||||
{
|
||||
"type": "hr"
|
||||
},
|
||||
{
|
||||
"type": "link",
|
||||
"title": "Удалить все",
|
||||
|
||||
Reference in New Issue
Block a user