mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-30 20:09:14 +03:00
Добавляем в базовые модули поддержку сохранения состояния
This commit is contained in:
@@ -9,6 +9,7 @@
|
|||||||
"widget": "toggle",
|
"widget": "toggle",
|
||||||
"page": "Кнопки",
|
"page": "Кнопки",
|
||||||
"descr": "Освещение",
|
"descr": "Освещение",
|
||||||
|
"needSave": 0,
|
||||||
"int": 0,
|
"int": 0,
|
||||||
"pin": 16,
|
"pin": 16,
|
||||||
"execLevel": "1",
|
"execLevel": "1",
|
||||||
|
|||||||
@@ -5,6 +5,7 @@
|
|||||||
"name": "Управление пином",
|
"name": "Управление пином",
|
||||||
"type": "Writing",
|
"type": "Writing",
|
||||||
"subtype": "ButtonOut",
|
"subtype": "ButtonOut",
|
||||||
|
"needSave": 0,
|
||||||
"id": "btn",
|
"id": "btn",
|
||||||
"widget": "toggle",
|
"widget": "toggle",
|
||||||
"page": "Кнопки",
|
"page": "Кнопки",
|
||||||
|
|||||||
@@ -6,6 +6,7 @@
|
|||||||
"type": "Reading",
|
"type": "Reading",
|
||||||
"subtype": "VButton",
|
"subtype": "VButton",
|
||||||
"id": "vbtn",
|
"id": "vbtn",
|
||||||
|
"needSave": 0,
|
||||||
"widget": "toggle",
|
"widget": "toggle",
|
||||||
"page": "Кнопки",
|
"page": "Кнопки",
|
||||||
"descr": "Кнопка",
|
"descr": "Кнопка",
|
||||||
|
|||||||
@@ -6,6 +6,7 @@
|
|||||||
"type": "Reading",
|
"type": "Reading",
|
||||||
"subtype": "Variable",
|
"subtype": "Variable",
|
||||||
"id": "value",
|
"id": "value",
|
||||||
|
"needSave": 0,
|
||||||
"widget": "inputDgt",
|
"widget": "inputDgt",
|
||||||
"page": "Ввод",
|
"page": "Ввод",
|
||||||
"descr": "Введите число",
|
"descr": "Введите число",
|
||||||
@@ -18,6 +19,7 @@
|
|||||||
"type": "Reading",
|
"type": "Reading",
|
||||||
"subtype": "Variable",
|
"subtype": "Variable",
|
||||||
"id": "time",
|
"id": "time",
|
||||||
|
"needSave": 0,
|
||||||
"widget": "inputTm",
|
"widget": "inputTm",
|
||||||
"page": "Ввод",
|
"page": "Ввод",
|
||||||
"descr": "Введите время",
|
"descr": "Введите время",
|
||||||
@@ -30,6 +32,7 @@
|
|||||||
"type": "Reading",
|
"type": "Reading",
|
||||||
"subtype": "Variable",
|
"subtype": "Variable",
|
||||||
"id": "time",
|
"id": "time",
|
||||||
|
"needSave": 0,
|
||||||
"widget": "inputDate",
|
"widget": "inputDate",
|
||||||
"page": "Ввод",
|
"page": "Ввод",
|
||||||
"descr": "Введите дату",
|
"descr": "Введите дату",
|
||||||
@@ -42,6 +45,7 @@
|
|||||||
"type": "Reading",
|
"type": "Reading",
|
||||||
"subtype": "Variable",
|
"subtype": "Variable",
|
||||||
"id": "txt",
|
"id": "txt",
|
||||||
|
"needSave": 0,
|
||||||
"widget": "inputTxt",
|
"widget": "inputTxt",
|
||||||
"page": "Ввод",
|
"page": "Ввод",
|
||||||
"descr": "Введите текст",
|
"descr": "Введите текст",
|
||||||
@@ -65,7 +69,7 @@
|
|||||||
"moduleDesc": "Специальный системный модуль для использования переменных в процессе автоматизации как элементов конфигурации.",
|
"moduleDesc": "Специальный системный модуль для использования переменных в процессе автоматизации как элементов конфигурации.",
|
||||||
"propInfo": {
|
"propInfo": {
|
||||||
"int": "Не используется",
|
"int": "Не используется",
|
||||||
"val": "Не используется"
|
"val": "Значение при старте"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"defActive": true,
|
"defActive": true,
|
||||||
|
|||||||
Reference in New Issue
Block a user