diff --git a/src/modules/exec/ButtonIn/modinfo.json b/src/modules/exec/ButtonIn/modinfo.json index 549eec8c..7ab286b7 100644 --- a/src/modules/exec/ButtonIn/modinfo.json +++ b/src/modules/exec/ButtonIn/modinfo.json @@ -9,6 +9,7 @@ "widget": "toggle", "page": "Кнопки", "descr": "Освещение", + "needSave": 0, "int": 0, "pin": 16, "execLevel": "1", diff --git a/src/modules/exec/ButtonOut/modinfo.json b/src/modules/exec/ButtonOut/modinfo.json index 160527a7..abfdac70 100644 --- a/src/modules/exec/ButtonOut/modinfo.json +++ b/src/modules/exec/ButtonOut/modinfo.json @@ -5,6 +5,7 @@ "name": "Управление пином", "type": "Writing", "subtype": "ButtonOut", + "needSave": 0, "id": "btn", "widget": "toggle", "page": "Кнопки", diff --git a/src/modules/virtual/VButton/modinfo.json b/src/modules/virtual/VButton/modinfo.json index ee31eddf..80ed2d53 100644 --- a/src/modules/virtual/VButton/modinfo.json +++ b/src/modules/virtual/VButton/modinfo.json @@ -6,6 +6,7 @@ "type": "Reading", "subtype": "VButton", "id": "vbtn", + "needSave": 0, "widget": "toggle", "page": "Кнопки", "descr": "Кнопка", diff --git a/src/modules/virtual/Variable/modinfo.json b/src/modules/virtual/Variable/modinfo.json index c6607ccc..940ca4c0 100644 --- a/src/modules/virtual/Variable/modinfo.json +++ b/src/modules/virtual/Variable/modinfo.json @@ -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,