continue conversion
All checks were successful
EIVE/-/pipeline/pr-main This commit looks good

This commit is contained in:
2023-11-28 17:34:34 +01:00
parent 76fee820e9
commit 3cf312073a
5 changed files with 41 additions and 16 deletions

View File

@ -83,7 +83,7 @@ def create_pwr_ctrl_node() -> CmdTreeNode:
return node
def pack_acs_ctrl_command(q: DefaultPusQueueHelper, cmd_str: str):
def pack_power_ctrl_command(q: DefaultPusQueueHelper, cmd_str: str):
if cmd_str == OpCode.OFF:
q.add_log_cmd(f"{Info.OFF}")
q.add_pus_tc(pack_mode_command(PWR_CONTROLLER, Mode.OFF, 0))