updated GUI

This commit is contained in:
2021-05-17 17:59:24 +02:00
parent e8f48480f5
commit eb9e93fbee
2 changed files with 49 additions and 3 deletions

View File

@ -8,10 +8,13 @@ import enum
class CustomServiceList(enum.Enum):
TEST_DEVICE = "test",
P60DOCK = "p60dock"
PDU1 = "pdu1"
PDU2 = "pdu2"
ACU = "acu"
TMP1075_1 = "tmp1075_1"
TMP1075_2 = "tmp1075_2"
HEATER = "heater"
HEATER = "heater",
PCDU = "pcdu",
SA_DEPLYOMENT = "sa_depl"