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

@@ -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),