From 92b0b4189c575b951ebf904252d8d5f7333cb563 Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Thu, 11 May 2023 17:55:15 +0200 Subject: [PATCH] fixfixfix --- CHANGELOG.md | 4 ++++ eive_tmtc/tmtc/power/pdu1.py | 1 + 2 files changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f0a0ec2..866ea65 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,6 +21,10 @@ list yields a list of all related PRs for each release. - Event handling for reboot counter events. - Start adding new MPSoC commands, improve MPSoC commanding module a bit. +## Fixed + +- Fix for PLOC power switching. + # [v3.1.1] 2023-04-17 ## Added diff --git a/eive_tmtc/tmtc/power/pdu1.py b/eive_tmtc/tmtc/power/pdu1.py index 8cbe6e3..71114d9 100644 --- a/eive_tmtc/tmtc/power/pdu1.py +++ b/eive_tmtc/tmtc/power/pdu1.py @@ -181,6 +181,7 @@ PDU1_DICT = { Pdu1ChIndex.SYRLINKS: Pdu1InfoBase.SYRLINKS, Pdu1ChIndex.MGT: Pdu1InfoBase.MGT, Pdu1ChIndex.SCEX: Pdu1InfoBase.SCEX, + Pdu1ChIndex.PLOC: Pdu1InfoBase.PLOC, Pdu1ChIndex.ACS_A: Pdu1InfoBase.ACS_A, Pdu1ChIndex.SUS_N: Pdu1InfoBase.SUS_N, }