fixed mgt off cmd to off from on

This commit is contained in:
Markus Kranz 2023-03-28 16:07:34 +02:00
parent 4508b5dd54
commit 6b406b8e9a
1 changed files with 1 additions and 1 deletions

View File

@ -255,7 +255,7 @@ def mgt_off_cmd(q: DefaultPusQueueHelper):
def create_mgt_off_cmd() -> PusTelecommand:
return create_generic_on_cmd(PDU_1_HANDLER_ID, Pdu1ChIndex.MGT)
return create_generic_off_cmd(PDU_1_HANDLER_ID, Pdu1ChIndex.MGT)
def sun_sensor_nominal_on_cmd(q: DefaultPusQueueHelper):