missing log printout

This commit is contained in:
Robin Müller 2023-10-19 15:02:24 +02:00
parent f400dea799
commit a5e38a6856
Signed by: muellerr
GPG Key ID: A649FB78196E3849
1 changed files with 1 additions and 0 deletions

View File

@ -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)
)