split up p60 hk set

This commit is contained in:
2022-04-07 12:51:47 +02:00
parent 25bab108df
commit ab5cca85bf
2 changed files with 137 additions and 126 deletions

View File

@ -31,10 +31,11 @@ class GomspaceOpCodes:
class SetIds:
PDU_1 = 0x01
PDU_2 = 0x02
P60_DOCK = 0x03
ACU = 0x04
PDU_1 = 1
PDU_2 = 2
P60_CORE = 3
P60_AUX = 4
ACU = 5
class TableIds: