#72 unit overview layout completed

This commit is contained in:
Mikayla Fischler
2022-07-02 17:24:52 -04:00
parent 3048fbed8b
commit 7ad115bc03
6 changed files with 108 additions and 14 deletions

View File

@@ -50,4 +50,26 @@ style.boiler = {
}
}
style.turbine = {
-- turbine states
states = {
{
color = cpair(colors.black, colors.yellow),
text = "OFF-LINE"
},
{
color = cpair(colors.white, colors.gray),
text = "IDLE"
},
{
color = cpair(colors.black, colors.green),
text = "ACTIVE"
},
{
color = cpair(colors.black, colors.red),
text = "TRIP"
}
}
}
return style