Merge pull request 'Power Command Updates' (#110) from mueller/power-cmds-update into main

Reviewed-on: #110
Reviewed-by: Jakob Meier <meierj@irs.uni-stuttgart.de>
This commit is contained in:
2022-08-28 10:25:51 +02:00
17 changed files with 923 additions and 854 deletions

View File

@ -250,6 +250,6 @@ def perform_reboot_cmd(
make_fsfw_action_cmd(
object_id=CORE_CONTROLLER_ID,
action_id=ActionIds.XSC_REBOOT,
user_data=tc_data
user_data=tc_data,
)
)