From 3163281c01a11472230a002709c4102958038a76 Mon Sep 17 00:00:00 2001 From: luyf5 Date: Tue, 31 Aug 2021 17:18:17 +0800 Subject: [PATCH] add PSU Redundancy sensor type https: //gitlab.icelab.lenovo.com/pygcon/pyghmi/commit/176f890d4c0efeabc9bc9c5a9f2a6a24f7f98608 (70395)[pyghmi]add psu redundanch sensor type https: //gitlab.icelab.lenovo.com/pygcon/pyghmi/commit/a65ff374914fe3f94410fa49cfe9f7528dbabcab (70395)[pyghmi]add PSU Redundancy sensor type and change PSU Redundancy mode event data Change-Id: Id81e0a62f2ae4233ee6d7bc2b549c77ba62782c8 --- pyghmi/ipmi/private/constants.py | 1 + 1 file changed, 1 insertion(+) diff --git a/pyghmi/ipmi/private/constants.py b/pyghmi/ipmi/private/constants.py index ca97efc3..3244650f 100644 --- a/pyghmi/ipmi/private/constants.py +++ b/pyghmi/ipmi/private/constants.py @@ -43,6 +43,7 @@ sensor_type_codes = { 0xa: 'Cooling Device', 0xb: 'Other', 0xc: 'Memory', + 0xC6: 'PSU Redundancy', 0xd: 'Drive Bay', 0xe: 'POST Memory Resize', 0xf: 'System Firmware',