add handling for 3v3 stack HK

This commit is contained in:
2023-04-03 16:55:22 +02:00
parent f899d169b2
commit 6c367aab32
2 changed files with 6 additions and 2 deletions

View File

@ -71,6 +71,7 @@ class PcduSwitches(enum.IntEnum):
PDU2_CH8_PAYLOAD_CAMERA = 17
P60_DOCK_5V_STACK = 18
P60_DOCK_3V3_STACK = 19
def pack_power_commands(q: DefaultPusQueueHelper, op_code: str):