From 2656b80f7667210aeed902eb816fc6aef078a2c7 Mon Sep 17 00:00:00 2001 From: Paul Date: Tue, 18 Feb 2020 16:04:11 +0100 Subject: [PATCH] rename UBAMaster back to boiler --- src/custom.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/custom.js b/src/custom.js index 0de8b6a48..f5dd6f8ac 100644 --- a/src/custom.js +++ b/src/custom.js @@ -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";