From ef27da8daf771ab35d4e23d347fa79571052321a Mon Sep 17 00:00:00 2001 From: Mikayla Fischler Date: Mon, 13 Feb 2023 18:53:24 -0500 Subject: [PATCH] fixed incorrect text for boiler status on coordinator --- coordinator/startup.lua | 2 +- coordinator/ui/style.lua | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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),