#430 fixed unit boiler, turbine, and tank status indicators flashing OFF-LINE when online

This commit is contained in:
Mikayla Fischler
2024-02-22 21:35:08 -05:00
parent 83d62991f8
commit cdd31508d9
2 changed files with 4 additions and 4 deletions

View File

@@ -22,7 +22,7 @@ local sounder = require("coordinator.sounder")
local apisessions = require("coordinator.session.apisessions")
local COORDINATOR_VERSION = "v1.2.4"
local COORDINATOR_VERSION = "v1.2.5"
local println = util.println
local println_ts = util.println_ts