From 35da88080d12adf869b3b133c082d361031c3654 Mon Sep 17 00:00:00 2001 From: Dmitry Borisenko <49808844+DmitryBorisenko33@users.noreply.github.com> Date: Thu, 11 Aug 2022 18:25:04 +0200 Subject: [PATCH] =?UTF-8?q?=D0=BF=D0=B5=D1=80=D0=B5=D0=B8=D0=BC=D0=B5?= =?UTF-8?q?=D0=BD=D0=BE=D0=B2=D0=B0=D0=BD=D0=B8=D0=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/modules/3.exec/ButtonIn/modinfo.json | 39 +++++++++++------------ src/modules/3.exec/ButtonOut/modinfo.json | 33 +++++++++---------- 2 files changed, 33 insertions(+), 39 deletions(-) diff --git a/src/modules/3.exec/ButtonIn/modinfo.json b/src/modules/3.exec/ButtonIn/modinfo.json index 2c8e6984..04a2fdd1 100644 --- a/src/modules/3.exec/ButtonIn/modinfo.json +++ b/src/modules/3.exec/ButtonIn/modinfo.json @@ -1,23 +1,22 @@ -{ +{ "menuSection": "Исполнительные устройства", - - "configItem": [{ - "name": "Кнопка (подключенная физически)", - "type": "Writing", - "subtype": "ButtonIn", - "id": "btn", - "widget": "toggle", - "page": "Кнопки", - "descr": "", - "int": 0, - - "pin": 16, - "execLevel": "1", - "pinMode": "INPUT", - "debounceDelay": 50, - "fixState": 1 - }], - + "configItem": [ + { + "name": "Кнопка подключенная к пину", + "type": "Writing", + "subtype": "ButtonIn", + "id": "btn", + "widget": "toggle", + "page": "Кнопки", + "descr": "", + "int": 0, + "pin": 16, + "execLevel": "1", + "pinMode": "INPUT", + "debounceDelay": 50, + "fixState": 1 + } + ], "about": { "authorName": "Ilya Belyakov", "authorContact": "https://t.me/Biveraxe", @@ -34,9 +33,7 @@ "fixState": "Поведение входа, срабатывание на переходе или на фиксации уровня (триггерный режим)" } }, - "defActive": true, - "devices": { "esp32_4mb": [], "esp8266_4mb": [] diff --git a/src/modules/3.exec/ButtonOut/modinfo.json b/src/modules/3.exec/ButtonOut/modinfo.json index 9fd70a92..80b33cab 100644 --- a/src/modules/3.exec/ButtonOut/modinfo.json +++ b/src/modules/3.exec/ButtonOut/modinfo.json @@ -1,20 +1,19 @@ -{ +{ "menuSection": "Исполнительные устройства", - - "configItem": [{ - "name": "Кнопка управляющая пином (Реле с кнопкой)", - "type": "Writing", - "subtype": "ButtonOut", - "id": "btn", - "widget": "toggle", - "page": "Кнопки", - "descr": "", - "int": 0, - - "inv": 0, - "pin": 2 - }], - + "configItem": [ + { + "name": "Кнопка управляющая пином (Реле)", + "type": "Writing", + "subtype": "ButtonOut", + "id": "btn", + "widget": "toggle", + "page": "Кнопки", + "descr": "", + "int": 0, + "inv": 0, + "pin": 2 + } + ], "about": { "authorName": "Ilya Belyakov", "authorContact": "https://t.me/Biveraxe", @@ -28,9 +27,7 @@ "inv": "Инвертировать выходные сигналы" } }, - "defActive": true, - "devices": { "esp32_4mb": [], "esp8266_4mb": []