Migrate DS18B20 and counter to new sensor module

This commit is contained in:
Xose Pérez
2017-12-13 11:57:09 +01:00
parent f6378d52e4
commit b2dd7e5b56
14 changed files with 261 additions and 607 deletions

View File

@@ -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;
}