TCS ASS commands #45

Merged
meierj merged 4 commits from mueller/master into develop 2022-03-23 05:14:00 +01:00
10 changed files with 143 additions and 51 deletions
Showing only changes of commit 0abdea987a - Show all commits

View File

@@ -27,7 +27,7 @@ def pack_tcs_sys_commands(tc_queue: TcQueueT, op_code: str):
if op_code in OpCodes.TCS_BOARD_ASS_OFF: if op_code in OpCodes.TCS_BOARD_ASS_OFF:
command_assembly( command_assembly(
object_id=TCS_BOARD_ASS_ID, object_id=TCS_BOARD_ASS_ID,
mode=Modes.NORMAL, mode=Modes.OFF,
submode=0, submode=0,
tc_queue=tc_queue, tc_queue=tc_queue,
info=Info.TCS_BOARD_ASS_OFF, info=Info.TCS_BOARD_ASS_OFF,