diff --git a/eive_tmtc/tmtc/core.py b/eive_tmtc/tmtc/core.py index 070f09f..5088768 100644 --- a/eive_tmtc/tmtc/core.py +++ b/eive_tmtc/tmtc/core.py @@ -400,6 +400,7 @@ def pack_core_commands( # noqa C901 ) ) elif op_code in OpCode.AUTO_SWITCH_DISABLE: + q.add_log_cmd(Info.AUTO_SWITCH_DISABLE) q.add_pus_tc( create_action_cmd(CORE_CONTROLLER_ID, ActionId.AUTO_SWITCH_DISABLE) )