Добавляем модуль S8

This commit is contained in:
2023-05-11 15:51:41 +03:00
parent 8825a2996e
commit bdff41a4b0
2 changed files with 138 additions and 0 deletions

View File

@@ -0,0 +1,43 @@
{
"menuSection": "Сенсоры",
"configItem": [
{
"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": [
],
"esp8266_4mb": [
]
}
}