This commit is contained in:
Dmitry Borisenko
2022-09-28 10:39:17 +02:00
parent af2b015dea
commit 085b79a2fd
3 changed files with 124 additions and 0 deletions

View File

@@ -0,0 +1,41 @@
{
"menuSection": "Сенсоры",
"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",
"authorGit": "",
"exampleURL": "https://iotmanager.org/wiki",
"specialThanks": "",
"moduleName": "Acs712",
"moduleVersion": "1.0",
"moduleDesc": "Позволяет получить текущее значение тока на аналоговом пине с помощью модуля Acs712.",
"propInfo": {
"pin": "Аналоговый GPIO номер, к которому подключен датчик.",
"int": "Количество секунд между опросами датчика."
}
},
"defActive": true,
"devices": {
"esp32_4mb": [],
"esp8266_4mb": []
}
}