changed reactor status message text on main view
This commit is contained in:
parent
c47e0044b1
commit
6686d8ea62
@ -16,7 +16,7 @@ local config = require("coordinator.config")
|
|||||||
local coordinator = require("coordinator.coordinator")
|
local coordinator = require("coordinator.coordinator")
|
||||||
local renderer = require("coordinator.renderer")
|
local renderer = require("coordinator.renderer")
|
||||||
|
|
||||||
local COORDINATOR_VERSION = "alpha-v0.4.11"
|
local COORDINATOR_VERSION = "alpha-v0.4.12"
|
||||||
|
|
||||||
local print = util.print
|
local print = util.print
|
||||||
local println = util.println
|
local println = util.println
|
||||||
|
|||||||
@ -37,7 +37,7 @@ style.reactor = {
|
|||||||
states = {
|
states = {
|
||||||
{
|
{
|
||||||
color = cpair(colors.black, colors.yellow),
|
color = cpair(colors.black, colors.yellow),
|
||||||
text = "DISCONNECTED"
|
text = "PLC OFF-LINE"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
color = cpair(colors.white, colors.gray),
|
color = cpair(colors.white, colors.gray),
|
||||||
@ -49,11 +49,11 @@ style.reactor = {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
color = cpair(colors.black, colors.red),
|
color = cpair(colors.black, colors.red),
|
||||||
text = "SCRAM!"
|
text = "SCRAMMED"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
color = cpair(colors.black, colors.orange),
|
color = cpair(colors.black, colors.orange),
|
||||||
text = "PLC FAULT!"
|
text = "PLC FAULT"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user