fixed incorrect text for boiler status on coordinator

This commit is contained in:
Mikayla Fischler 2023-02-13 18:53:24 -05:00
parent 5751c320b1
commit ef27da8daf
2 changed files with 3 additions and 3 deletions

View File

@ -19,7 +19,7 @@ local iocontrol = require("coordinator.iocontrol")
local renderer = require("coordinator.renderer") local renderer = require("coordinator.renderer")
local sounder = require("coordinator.sounder") local sounder = require("coordinator.sounder")
local COORDINATOR_VERSION = "beta-v0.9.7" local COORDINATOR_VERSION = "beta-v0.9.8"
local print = util.print local print = util.print
local println = util.println local println = util.println

View File

@ -75,11 +75,11 @@ style.boiler = {
}, },
{ {
color = cpair(colors.black, colors.orange), color = cpair(colors.black, colors.orange),
text = "RTU FAULT" text = "NOT FORMED"
}, },
{ {
color = cpair(colors.black, colors.orange), color = cpair(colors.black, colors.orange),
text = "NOT FORMED" text = "RTU FAULT"
}, },
{ {
color = cpair(colors.white, colors.gray), color = cpair(colors.white, colors.gray),