fixed mgt off cmd to off from on
This commit is contained in:
parent
4508b5dd54
commit
6b406b8e9a
@ -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):
|
||||
|
Loading…
Reference in New Issue
Block a user