small fix
This commit is contained in:
parent
a559403398
commit
0abdea987a
@ -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,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user