Some name refactoring

This commit is contained in:
Xose Pérez
2017-12-12 22:11:34 +01:00
parent 2299ce9bfd
commit f6378d52e4
14 changed files with 121 additions and 134 deletions

View File

@@ -30,6 +30,7 @@ function initMessages() {
function sensorType(type) {
if (type == 1) return "Temperature";
if (type == 2) return "Humidity";
if (type == 11) return "Analog";
return null;
}