mirror of
https://github.com/xoseperez/espurna.git
synced 2026-03-11 02:37:07 +01:00
Migrate DS18B20 and counter to new sensor module
This commit is contained in:
@@ -31,6 +31,7 @@ function sensorType(type) {
|
||||
if (type == 1) return "Temperature";
|
||||
if (type == 2) return "Humidity";
|
||||
if (type == 11) return "Analog";
|
||||
if (type == 12) return "Events";
|
||||
return null;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user