#232 bugfixes and linked up indicators to data

This commit is contained in:
Mikayla Fischler
2023-08-19 20:06:37 -04:00
parent 1275f61113
commit 11d86d92eb
6 changed files with 232 additions and 56 deletions

View File

@@ -219,11 +219,11 @@ style.sps = {
text = "RTU FAULT"
},
{
color = cpair(colors.black, colors.gray),
color = cpair(colors.white, colors.gray),
text = "IDLE"
},
{
color = cpair(colors.black, colors.blue),
color = cpair(colors.black, colors.green),
text = "ACTIVE"
}
}
@@ -251,7 +251,11 @@ style.dtank = {
{
color = cpair(colors.black, colors.yellow),
text = "LOW FILL"
}
},
{
color = cpair(colors.black, colors.green),
text = "FILLED"
},
}
}