Files
IoTManager/src/modules/sensors/AhtXX/modinfo.json

66 lines
2.1 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"menuSection": "sensors",
"configItem": [
{
"global": 0,
"name": "AHTXX Температура",
"type": "Reading",
"subtype": "AhtXXt",
"id": "Temp20",
"widget": "anydataTmp",
"page": "Сенсоры",
"descr": "AHTXX Температура",
"int": 15,
"addr": "0x38",
"shtType": 1,
"round": 1
},
{
"global": 0,
"name": "AHTXX Влажность",
"type": "Reading",
"subtype": "AhtXXh",
"id": "Hum20",
"widget": "anydataHum",
"page": "Сенсоры",
"descr": "AHTXX Влажность",
"int": 15,
"addr": "0x38",
"shtType": 1,
"round": 1
}
],
"about": {
"authorName": "Ilya Belyakov",
"authorContact": "https://t.me/Biveraxe",
"authorGit": "https://github.com/biveraxe",
"specialThanks": "Sergey @Serghei63, @avaks_dev",
"moduleName": "AhtXX",
"moduleVersion": "1.0",
"usedRam": {
"esp32_4mb": 15,
"esp8266_4mb": 15
},
"subTypes": [
"AhtXXt",
"AhtXXh"
],
"title": "Сенсор температуры и влажности AHTXX",
"moduleDesc": "Позволяет получить температуру и влажность с AhtXX.",
"propInfo": {
"pin": "GPIO номер, к которому подключен датчик.",
"addr": "Адрес датчика на шине, обычно 0x38.",
"int": "Количество секунд между опросами датчика.",
"shtType": "Модель датчика. 0 - AHT1x, 1 - AHT2x"
}
},
"defActive": true,
"usedLibs": {
"esp32_4mb": [
"https://github.com/enjoyneering/AHTxx.git"
],
"esp8266_4mb": [
"https://github.com/enjoyneering/AHTxx.git"
]
}
}