Merge pull request 'fixfixfix' (#189) from ploc_pwr_switching_fix into main

Reviewed-on: #189
This commit is contained in:
Robin Müller 2023-05-12 16:27:39 +02:00
commit 3b16717ce2
2 changed files with 5 additions and 0 deletions

View File

@ -15,6 +15,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

View File

@ -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,
}