diff --git a/coordinator/startup.lua b/coordinator/startup.lua index 8aa0d79..0d285fc 100644 --- a/coordinator/startup.lua +++ b/coordinator/startup.lua @@ -19,7 +19,7 @@ local iocontrol = require("coordinator.iocontrol") local renderer = require("coordinator.renderer") local sounder = require("coordinator.sounder") -local COORDINATOR_VERSION = "beta-v0.9.7" +local COORDINATOR_VERSION = "beta-v0.9.8" local print = util.print local println = util.println diff --git a/coordinator/ui/style.lua b/coordinator/ui/style.lua index 24ade2e..ca584f4 100644 --- a/coordinator/ui/style.lua +++ b/coordinator/ui/style.lua @@ -75,11 +75,11 @@ style.boiler = { }, { color = cpair(colors.black, colors.orange), - text = "RTU FAULT" + text = "NOT FORMED" }, { color = cpair(colors.black, colors.orange), - text = "NOT FORMED" + text = "RTU FAULT" }, { color = cpair(colors.white, colors.gray),