Added SUS Assembly Commands #44

Merged
meierj merged 6 commits from mueller/master into develop 2022-03-22 13:37:48 +01:00
Showing only changes of commit 6690694f3e - Show all commits

View File

@ -94,7 +94,7 @@ def pack_service_queue_user(
object_id=object_id, tc_queue=service_queue, op_code=op_code object_id=object_id, tc_queue=service_queue, op_code=op_code
) )
if service == CustomServiceList.ACU.value: if service == CustomServiceList.ACU.value:
object_id = ACU_HANDLER_IDpack_sus_cmds object_id = ACU_HANDLER_ID
return pack_acu_test_into( return pack_acu_test_into(
object_id=object_id, tc_queue=service_queue, op_code=op_code object_id=object_id, tc_queue=service_queue, op_code=op_code
) )