some more updates

This commit is contained in:
2022-08-18 14:59:19 +02:00
parent a3826edd61
commit 77a4f49305
2 changed files with 7 additions and 6 deletions

View File

@ -208,8 +208,6 @@ def handle_default_procedure(
return pack_acs_command(q=queue_helper, op_code=op_code)
if service == CustomServiceList.TCS_ASS.value:
return pack_tcs_sys_commands(q=queue_helper, op_code=op_code)
if service == CustomServiceList.TIME.value:
return pack_set_current_time_ascii_command(q=queue_helper)
if service == CustomServiceList.RW_ASSEMBLY.value:
return pack_rw_ass_cmds(q=queue_helper, object_id=RW_ASSEMBLY, op_code=op_code)
if service == CustomServiceList.CONTROLLERS.value: