mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-30 11:59:12 +03:00
переименование
This commit is contained in:
@@ -1,23 +1,22 @@
|
|||||||
{
|
{
|
||||||
"menuSection": "Исполнительные устройства",
|
"menuSection": "Исполнительные устройства",
|
||||||
|
"configItem": [
|
||||||
"configItem": [{
|
{
|
||||||
"name": "Кнопка (подключенная физически)",
|
"name": "Кнопка подключенная к пину",
|
||||||
"type": "Writing",
|
"type": "Writing",
|
||||||
"subtype": "ButtonIn",
|
"subtype": "ButtonIn",
|
||||||
"id": "btn",
|
"id": "btn",
|
||||||
"widget": "toggle",
|
"widget": "toggle",
|
||||||
"page": "Кнопки",
|
"page": "Кнопки",
|
||||||
"descr": "",
|
"descr": "",
|
||||||
"int": 0,
|
"int": 0,
|
||||||
|
"pin": 16,
|
||||||
"pin": 16,
|
"execLevel": "1",
|
||||||
"execLevel": "1",
|
"pinMode": "INPUT",
|
||||||
"pinMode": "INPUT",
|
"debounceDelay": 50,
|
||||||
"debounceDelay": 50,
|
"fixState": 1
|
||||||
"fixState": 1
|
}
|
||||||
}],
|
],
|
||||||
|
|
||||||
"about": {
|
"about": {
|
||||||
"authorName": "Ilya Belyakov",
|
"authorName": "Ilya Belyakov",
|
||||||
"authorContact": "https://t.me/Biveraxe",
|
"authorContact": "https://t.me/Biveraxe",
|
||||||
@@ -34,9 +33,7 @@
|
|||||||
"fixState": "Поведение входа, срабатывание на переходе или на фиксации уровня (триггерный режим)"
|
"fixState": "Поведение входа, срабатывание на переходе или на фиксации уровня (триггерный режим)"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
"defActive": true,
|
"defActive": true,
|
||||||
|
|
||||||
"devices": {
|
"devices": {
|
||||||
"esp32_4mb": [],
|
"esp32_4mb": [],
|
||||||
"esp8266_4mb": []
|
"esp8266_4mb": []
|
||||||
|
|||||||
@@ -1,20 +1,19 @@
|
|||||||
{
|
{
|
||||||
"menuSection": "Исполнительные устройства",
|
"menuSection": "Исполнительные устройства",
|
||||||
|
"configItem": [
|
||||||
"configItem": [{
|
{
|
||||||
"name": "Кнопка управляющая пином (Реле с кнопкой)",
|
"name": "Кнопка управляющая пином (Реле)",
|
||||||
"type": "Writing",
|
"type": "Writing",
|
||||||
"subtype": "ButtonOut",
|
"subtype": "ButtonOut",
|
||||||
"id": "btn",
|
"id": "btn",
|
||||||
"widget": "toggle",
|
"widget": "toggle",
|
||||||
"page": "Кнопки",
|
"page": "Кнопки",
|
||||||
"descr": "",
|
"descr": "",
|
||||||
"int": 0,
|
"int": 0,
|
||||||
|
"inv": 0,
|
||||||
"inv": 0,
|
"pin": 2
|
||||||
"pin": 2
|
}
|
||||||
}],
|
],
|
||||||
|
|
||||||
"about": {
|
"about": {
|
||||||
"authorName": "Ilya Belyakov",
|
"authorName": "Ilya Belyakov",
|
||||||
"authorContact": "https://t.me/Biveraxe",
|
"authorContact": "https://t.me/Biveraxe",
|
||||||
@@ -28,9 +27,7 @@
|
|||||||
"inv": "Инвертировать выходные сигналы"
|
"inv": "Инвертировать выходные сигналы"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
"defActive": true,
|
"defActive": true,
|
||||||
|
|
||||||
"devices": {
|
"devices": {
|
||||||
"esp32_4mb": [],
|
"esp32_4mb": [],
|
||||||
"esp8266_4mb": []
|
"esp8266_4mb": []
|
||||||
|
|||||||
Reference in New Issue
Block a user