rename UBAMaster back to boiler

This commit is contained in:
Paul
2020-02-18 16:04:11 +01:00
parent b4e1d35d86
commit 2656b80f76

View File

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