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

43 lines
1.2 KiB
JSON
Raw Normal View History

2023-05-11 15:51:41 +03:00
{
"menuSection": "sensors",
2023-05-11 15:51:41 +03:00
"configItem": [
{
2023-12-23 19:13:54 +03:00
"global": 0,
"name": "(S8) Cенсор качества воздуха",
"num": 3,
"type": "Reading",
"subtype": "S8co",
"id": "s8co",
"widget": "anydataPpm",
"page": "Сенсоры",
"descr": "S8_CO2",
"int": 15,
"round": 1,
"rxPin": 13,
"txPin": 15
2023-05-11 15:51:41 +03:00
}
],
"about": {
"authorName": "Serghei Crasnicov",
"authorContact": "https://t.me/Serghei63",
"authorGit": "https://github.com/Serghei63",
"specialThanks": "",
"moduleName": "S8",
"moduleVersion": "2.1",
"usedRam": 15,
"subTypes": [
"S8co"
],
"title": "Датчик углекислого газа S8",
"moduleDesc": "Измеряет параметвы воздуха.",
"propInfo": {
"int": "Количество секунд между опросами датчика."
}
},
"defActive": true,
"usedLibs": {
2024-01-21 21:31:01 +01:00
"esp32_4mb": [],
"esp32_4mb3f": [],
"esp8266_4mb": []
2023-05-11 15:51:41 +03:00
}
}