added bpx handling, reworked srv3/8 returnvalues

This commit is contained in:
2022-02-03 15:03:02 +01:00
parent 8da50e2c3f
commit 1702d89576
10 changed files with 207 additions and 83 deletions

View File

@ -17,6 +17,7 @@ class CustomServiceList(enum.Enum):
PDU2 = "pdu2"
ACU = "acu"
ACS = "acs"
BPX_BATTERY = "bpx"
TMP1075_1 = "tmp1075_1"
TMP1075_2 = "tmp1075_2"
HEATER = "heater"