From 0abdea987a677a629173b6ec9cd2fa8dc265cb24 Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Tue, 22 Mar 2022 20:35:24 +0100 Subject: [PATCH] small fix --- pus_tc/system/tcs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pus_tc/system/tcs.py b/pus_tc/system/tcs.py index 75924f6..fda1a76 100644 --- a/pus_tc/system/tcs.py +++ b/pus_tc/system/tcs.py @@ -27,7 +27,7 @@ def pack_tcs_sys_commands(tc_queue: TcQueueT, op_code: str): if op_code in OpCodes.TCS_BOARD_ASS_OFF: command_assembly( object_id=TCS_BOARD_ASS_ID, - mode=Modes.NORMAL, + mode=Modes.OFF, submode=0, tc_queue=tc_queue, info=Info.TCS_BOARD_ASS_OFF,