mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-30 20:09:14 +03:00
Переименование сенсоров
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user