Auto Switch Enable / Disable #246

Merged
muellerr merged 4 commits from auto-switch-image-feature into main 2023-11-13 09:06:13 +01:00
Showing only changes of commit a5e38a6856 - Show all commits

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