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 type = obj[i].type;
|
||||
var color = "";
|
||||
if (type === "UBAMaster") {
|
||||
if (type === "Boiler") {
|
||||
color = "list-group-item-success";
|
||||
} else if (type === "Thermostat") {
|
||||
color = "list-group-item-info";
|
||||
|
||||
Reference in New Issue
Block a user