diff --git a/pyghmi/ipmi/fru.py b/pyghmi/ipmi/fru.py index 06065fbc..8cc39f8b 100644 --- a/pyghmi/ipmi/fru.py +++ b/pyghmi/ipmi/fru.py @@ -43,6 +43,7 @@ fruepoch = 820454400 # 1/1/1996, 0:00 # This is from SMBIOS specification Table 16 enclosure_types = { + 0: 'Unspecified', 1: 'Other', 2: 'Unknown', 3: 'Desktop',