mirror of
https://github.com/MikaylaFischler/cc-mek-scada.git
synced 2024-08-30 18:22:34 +00:00
fixed incorrect text for boiler status on coordinator
This commit is contained in:
parent
5751c320b1
commit
ef27da8daf
@ -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
|
||||
|
@ -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),
|
||||
|
Loading…
Reference in New Issue
Block a user