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": "Сенсоры"
},
{
"name": "8. Аналоговый датчик тока Acs712",
"name": "8. Acs712 Ток",
"type": "Reading",
"subtype": "Acs712",
"id": "amp",

View File

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