add some more imtq cmds

This commit is contained in:
2023-03-02 14:41:23 +01:00
parent d2bc142b50
commit e5eb2e479c
5 changed files with 109 additions and 33 deletions

View File

@ -95,7 +95,9 @@ def handle_gyr_cmd(q: DefaultPusQueueHelper, op_code: str):
PusTelecommand(
service=201,
subservice=Subservice.TC_SET_HEALTH,
app_data=pack_set_health_cmd_data(object_id=gyr_obj_id, health=FsfwHealth.FAULTY)
app_data=pack_set_health_cmd_data(
object_id=gyr_obj_id, health=FsfwHealth.FAULTY
),
)
)
else: