Портируем сенсоры Dht11 и Dht22 одним модулем

This commit is contained in:
2022-02-01 22:50:36 +03:00
parent 5b8c579396
commit d19ebe8bfc
4 changed files with 107 additions and 0 deletions

View File

@@ -9,6 +9,7 @@
"map": "1,1024,1,1024",
"plus": 0,
"multiply": 1,
"round": 1,
"pin": 0,
"int": 15
},
@@ -41,5 +42,27 @@
"page": "Сенсоры",
"descr": "Влажность",
"int": 15
},
{
"type": "Reading",
"subtype": "Dht1122t",
"id": "tmp3",
"widget": "anydataTmp",
"page": "Сенсоры",
"descr": "Температура",
"int": 15,
"pin": 0,
"senstype": "dht11"
},
{
"type": "Reading",
"subtype": "Dht1122h",
"id": "Hum3",
"widget": "anydataTmp",
"page": "Сенсоры",
"descr": "Влажность",
"int": 15,
"pin": 0,
"senstype": "dht11"
}
]