|
|
@@ -47,7 +47,8 @@ const SensorType DHT22 = {
|
|
|
.deinitializer = unitemp_singlewire_deinit,
|
|
|
.updater = unitemp_singlewire_update};
|
|
|
const SensorType AM2320_SW = {
|
|
|
- .typename = "AM2320 (1W)",
|
|
|
+ .typename = "AM2320",
|
|
|
+ .altname = "AM2320 (single wire)",
|
|
|
.interface = &SINGLE_WIRE,
|
|
|
.datatype = UT_DATA_TYPE_TEMP_HUM,
|
|
|
.pollingInterval = 2000,
|