mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-08 00:39:50 +03:00
rename UBAMaster back to boiler
This commit is contained in:
@@ -99,7 +99,7 @@ function listCustomStats() {
|
|||||||
var l = document.createElement("li");
|
var l = document.createElement("li");
|
||||||
var type = obj[i].type;
|
var type = obj[i].type;
|
||||||
var color = "";
|
var color = "";
|
||||||
if (type === "UBAMaster") {
|
if (type === "Boiler") {
|
||||||
color = "list-group-item-success";
|
color = "list-group-item-success";
|
||||||
} else if (type === "Thermostat") {
|
} else if (type === "Thermostat") {
|
||||||
color = "list-group-item-info";
|
color = "list-group-item-info";
|
||||||
|
|||||||
Reference in New Issue
Block a user