mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-27 22:52:19 +03:00
Убираем нумерацию папок модулей
This commit is contained in:
35
src/modules/exec/ButtonOut/modinfo.json
Normal file
35
src/modules/exec/ButtonOut/modinfo.json
Normal file
@@ -0,0 +1,35 @@
|
||||
{
|
||||
"menuSection": "Исполнительные устройства",
|
||||
"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",
|
||||
"authorGit": "https://github.com/biveraxe",
|
||||
"specialThanks": "",
|
||||
"moduleName": "ButtonOut",
|
||||
"moduleVersion": "1.0",
|
||||
"moduleDesc": "Управляем состоянием конкретного пина по модели реле.",
|
||||
"propInfo": {
|
||||
"pin": "Укажите GPIO номер пина для управления выходом",
|
||||
"inv": "Инвертировать выходные сигналы"
|
||||
}
|
||||
},
|
||||
"defActive": true,
|
||||
"devices": {
|
||||
"esp32_4mb": [],
|
||||
"esp8266_4mb": []
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user