Add ACS Subsystem Commands #117
@ -64,7 +64,7 @@ def build_acs_subsystem_cmd(p: ServiceProviderParams):
|
|||||||
app_data=ACS_SUBSYSTEM_ID,
|
app_data=ACS_SUBSYSTEM_ID,
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
mode_info_tup = HANDLER_LIST[op_code]
|
mode_info_tup = HANDLER_LIST.get(op_code)
|
||||||
if mode_info_tup is None:
|
if mode_info_tup is None:
|
||||||
return
|
return
|
||||||
pack_mode_cmd_with_info(
|
pack_mode_cmd_with_info(
|
||||||
|
Loading…
Reference in New Issue
Block a user