Переименование сенсоров

This commit is contained in:
Dmitry Borisenko
2022-09-26 20:37:45 +02:00
parent 909e28c36a
commit bdf8b6a1e7
14 changed files with 72 additions and 97 deletions

View File

@@ -1,19 +1,19 @@
{
{
"menuSection": "Сенсоры",
"configItem": [{
"name": "Считыватель Wiegand",
"type": "Reading",
"subtype": "IoTWiegand",
"id": "wg",
"widget": "anydataTmp",
"page": "Сенсоры",
"descr": "Считыватель",
"int": 0,
"pinD0": 13,
"pinD1": 12
}],
"configItem": [
{
"name": "Wiegand Считыватель",
"type": "Reading",
"subtype": "IoTWiegand",
"id": "wg",
"widget": "anydataTmp",
"page": "Сенсоры",
"descr": "Считыватель",
"int": 0,
"pinD0": 13,
"pinD1": 12
}
],
"about": {
"authorName": "Ilya Belyakov",
"authorContact": "https://t.me/Biveraxe",
@@ -30,9 +30,7 @@
"int": "Количество секунд между опросами датчика."
}
},
"defActive": false,
"devices": {
"esp32_4mb": [
"https://github.com/jpliew/Wiegand-NG-Multi-Bit-Wiegand-Library-for-Arduino"