mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-26 22:22:16 +03:00
43 lines
1.2 KiB
JSON
43 lines
1.2 KiB
JSON
{
|
||
"menuSection": "sensors",
|
||
"configItem": [
|
||
{
|
||
"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
|
||
}
|
||
],
|
||
"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": {
|
||
"esp32_4mb": [],
|
||
"esp32_4mb3f": [],
|
||
"esp8266_4mb": []
|
||
}
|
||
} |