HKhandler p60dock
This commit is contained in:
@ -23,11 +23,11 @@ class GomspaceDeviceActionIds(enum.IntEnum):
|
||||
PRINT_LATCHUPS = 33
|
||||
|
||||
|
||||
class GomspaceOpCodes(enum.Enum):
|
||||
class GomspaceOpCodes:
|
||||
# Request HK
|
||||
REQUEST_HK_ONCE = "128"
|
||||
PRINT_SWITCH_V_I = "129"
|
||||
PRINT_LATCHUPS = "130"
|
||||
REQUEST_HK_ONCE = ["req-hk-once", "128"]
|
||||
PRINT_SWITCH_V_I = ["print-switch-vi", "129"]
|
||||
PRINT_LATCHUPS = ["print-latchups", "130"]
|
||||
|
||||
|
||||
class SetIds:
|
||||
|
Reference in New Issue
Block a user