update HK handling
This commit is contained in:
@ -25,9 +25,15 @@ class GomspaceDeviceActionIds(enum.IntEnum):
|
||||
|
||||
class GomspaceOpCodes:
|
||||
# Request HK
|
||||
REQUEST_HK_ONCE = ["req-hk-once", "128"]
|
||||
PRINT_SWITCH_V_I = ["print-switch-vi", "129"]
|
||||
PRINT_LATCHUPS = ["print-latchups", "130"]
|
||||
REQUEST_CORE_HK_ONCE = ["hk-core", "128"]
|
||||
REQUEST_AUX_HK_ONCE = ["hk-aux", "129"]
|
||||
PRINT_SWITCH_V_I = ["print-switch-vi", "130"]
|
||||
PRINT_LATCHUPS = ["print-latchups", "131"]
|
||||
|
||||
|
||||
class Info:
|
||||
REQUEST_CORE_HK_ONCE = "Requesting Core HK once"
|
||||
REQUEST_AUX_HK_ONCE = "Requesting Aux HK once"
|
||||
|
||||
|
||||
class SetIds:
|
||||
|
Reference in New Issue
Block a user