From c2f43c90fb19fedca1bd18ec25c6303c72702b8d Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Thu, 19 Jan 2023 13:11:28 +0100 Subject: [PATCH] hmm this command disappeared --- eive_tmtc/tmtc/__init__.py | 1 + eive_tmtc/tmtc/solar_array_deployment.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/eive_tmtc/tmtc/__init__.py b/eive_tmtc/tmtc/__init__.py index 22d3893..d78d994 100644 --- a/eive_tmtc/tmtc/__init__.py +++ b/eive_tmtc/tmtc/__init__.py @@ -1,2 +1,3 @@ from .payload.pl_subsystem import add_payload_subsystem_cmds +from .solar_array_deployment import add_sa_depl_cmds from .test import add_test_defs diff --git a/eive_tmtc/tmtc/solar_array_deployment.py b/eive_tmtc/tmtc/solar_array_deployment.py index 7d8765d..f8f91b9 100644 --- a/eive_tmtc/tmtc/solar_array_deployment.py +++ b/eive_tmtc/tmtc/solar_array_deployment.py @@ -35,7 +35,7 @@ class ActionId: @tmtc_definitions_provider -def pack_sa_depl_cmds(defs: TmtcDefinitionWrapper): +def add_sa_depl_cmds(defs: TmtcDefinitionWrapper): oce = OpCodeEntry() oce.add(keys=OpCode.MANUAL_DEPLOYMENT, info=Info.MANUAL_DEPLOYMENT) defs.add_service(