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": []