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

59 lines
1.7 KiB
JSON
Raw Normal View History

{
"menuSection": "sensors",
"configItem": [
{
"global": 0,
"name": "Sht30 Температура",
"type": "Reading",
"subtype": "Sht30t",
"id": "tmp30",
"widget": "anydataTmp",
"page": "Сенсоры",
"descr": "SHT30 Температура",
"int": 15,
"round": 1
},
{
"global": 0,
"name": "Sht30 Влажность",
"type": "Reading",
"subtype": "Sht30h",
"id": "Hum30",
"widget": "anydataHum",
"page": "Сенсоры",
"descr": "SHT30 Влажность",
"int": 15,
"round": 1
}
],
2022-08-09 21:48:48 +03:00
"about": {
"authorName": "Serghei Crasnicov",
"authorContact": "https://t.me/Serghei63",
"authorGit": "https://github.com/Serghei63",
"specialThanks": "",
"moduleName": "Sht30",
"moduleVersion": "1.0",
"usedRam": {
"esp32_4mb": 15,
"esp8266_4mb": 15
},
"subTypes": [
"Sht30t",
"Sht30h"
],
"title": "Сенсор температуры и влажности с Sht30",
2022-08-09 21:48:48 +03:00
"moduleDesc": "Позволяет получить температуру и влажность с датчика Sht30.",
"propInfo": {
"int": "Количество секунд между опросами датчика."
}
},
"defActive": true,
"usedLibs": {
"esp32*": [
2022-08-09 21:48:48 +03:00
"WEMOS SHT3x@1.0.0"
],
"esp82*": [
"WEMOS SHT3x@1.0.0"
2022-08-09 21:48:48 +03:00
]
}
}