One of too many. Cloning the Apps from gh for easy-updates

This commit is contained in:
VerstreuteSeele
2023-01-03 22:02:23 +01:00
parent 72d26d1392
commit cb9676d4d1
13 changed files with 14 additions and 411 deletions

View File

@@ -43,7 +43,7 @@ const SensorType DHT12_SW = {
.updater = unitemp_singlewire_update};
const SensorType DHT21 = {
.typename = "DHT21",
.altname = "DHT21/AM2301",
.altname = "DHT21 (AM2301)",
.interface = &SINGLE_WIRE,
.datatype = UT_DATA_TYPE_TEMP_HUM,
.pollingInterval = 1000,
@@ -54,7 +54,7 @@ const SensorType DHT21 = {
.updater = unitemp_singlewire_update};
const SensorType DHT22 = {
.typename = "DHT22",
.altname = "DHT22/AM2302",
.altname = "DHT22 (AM2302)",
.interface = &SINGLE_WIRE,
.datatype = UT_DATA_TYPE_TEMP_HUM,
.pollingInterval = 2000,