Добавляем в базовые модули поддержку сохранения состояния

This commit is contained in:
2022-10-20 00:16:02 +03:00
parent 6c0a456fd0
commit c89127c067
4 changed files with 8 additions and 1 deletions

View File

@@ -9,6 +9,7 @@
"widget": "toggle",
"page": "Кнопки",
"descr": "Освещение",
"needSave": 0,
"int": 0,
"pin": 16,
"execLevel": "1",

View File

@@ -5,6 +5,7 @@
"name": "Управление пином",
"type": "Writing",
"subtype": "ButtonOut",
"needSave": 0,
"id": "btn",
"widget": "toggle",
"page": "Кнопки",

View File

@@ -6,6 +6,7 @@
"type": "Reading",
"subtype": "VButton",
"id": "vbtn",
"needSave": 0,
"widget": "toggle",
"page": "Кнопки",
"descr": "Кнопка",

View File

@@ -6,6 +6,7 @@
"type": "Reading",
"subtype": "Variable",
"id": "value",
"needSave": 0,
"widget": "inputDgt",
"page": "Ввод",
"descr": "Введите число",
@@ -18,6 +19,7 @@
"type": "Reading",
"subtype": "Variable",
"id": "time",
"needSave": 0,
"widget": "inputTm",
"page": "Ввод",
"descr": "Введите время",
@@ -30,6 +32,7 @@
"type": "Reading",
"subtype": "Variable",
"id": "time",
"needSave": 0,
"widget": "inputDate",
"page": "Ввод",
"descr": "Введите дату",
@@ -42,6 +45,7 @@
"type": "Reading",
"subtype": "Variable",
"id": "txt",
"needSave": 0,
"widget": "inputTxt",
"page": "Ввод",
"descr": "Введите текст",
@@ -65,7 +69,7 @@
"moduleDesc": "Специальный системный модуль для использования переменных в процессе автоматизации как элементов конфигурации.",
"propInfo": {
"int": "Не используется",
"val": "Не используется"
"val": "Значение при старте"
}
},
"defActive": true,