#232 WIP full flow view drawn out

This commit is contained in:
Mikayla Fischler
2023-08-13 00:11:58 -04:00
parent ac1733c46e
commit 76ab4e17bf
3 changed files with 94 additions and 41 deletions

View File

@@ -210,12 +210,38 @@ style.sps = {
text = "IDLE"
},
{
color = cpair(colors.black, colors.green),
color = cpair(colors.black, colors.blue),
text = "ACTIVE"
}
}
}
style.dtank = {
-- dynamic tank states
states = {
{
color = cpair(colors.black, colors.yellow),
text = "OFF-LINE"
},
{
color = cpair(colors.black, colors.orange),
text = "NOT FORMED"
},
{
color = cpair(colors.black, colors.orange),
text = "RTU FAULT"
},
{
color = cpair(colors.black, colors.green),
text = "ONLINE"
},
{
color = cpair(colors.black, colors.yellow),
text = "LOW FILL"
}
}
}
style.waste = {
-- auto waste processing states
states = {