This commit is contained in:
Dmitry Borisenko
2022-09-28 10:47:33 +02:00
parent 73ea994ffe
commit 7ac2e96c7b
2 changed files with 17 additions and 22 deletions

View File

@@ -98,7 +98,7 @@
"header": "Сенсоры" "header": "Сенсоры"
}, },
{ {
"name": "8. Аналоговый датчик тока Acs712", "name": "8. Acs712 Ток",
"type": "Reading", "type": "Reading",
"subtype": "Acs712", "subtype": "Acs712",
"id": "amp", "id": "amp",

View File

@@ -1,8 +1,8 @@
{ {
"menuSection": "Сенсоры", "menuSection": "Сенсоры",
"configItem": [
"configItem": [{ {
"name": "Аналоговый датчик тока Acs712", "name": "Acs712 Ток",
"type": "Reading", "type": "Reading",
"subtype": "Acs712", "subtype": "Acs712",
"id": "amp", "id": "amp",
@@ -12,8 +12,8 @@
"round": 3, "round": 3,
"pin": 39, "pin": 39,
"int": 5 "int": 5
}], }
],
"about": { "about": {
"authorName": "Yuriy Kuneev", "authorName": "Yuriy Kuneev",
"authorContact": "https://t.me/Kuneev07", "authorContact": "https://t.me/Kuneev07",
@@ -28,14 +28,9 @@
"int": "Количество секунд между опросами датчика." "int": "Количество секунд между опросами датчика."
} }
}, },
"defActive": true, "defActive": true,
"devices": { "devices": {
"esp32_4mb": [], "esp32_4mb": [],
"esp8266_4mb": [] "esp8266_4mb": []
} }
} }