mirror of
https://github.com/xoseperez/espurna.git
synced 2026-03-14 04:07:08 +01:00
Some name refactoring
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user