mirror of
https://opendev.org/x/pyghmi
synced 2025-01-16 04:38:19 +00:00
Correct mistakes in constants
A number of copy/paste structural errors existed. Correct them in accordance with the specification. Change-Id: I0984f85811744e3100f5990b0606dfbca98a69d4
This commit is contained in:
parent
9711d1edcf
commit
f3a8713356
@ -648,15 +648,15 @@ sensor_type_offsets = {
|
||||
'desc': 'Autoboot to diagnostic',
|
||||
'severity': const.Health.Warning,
|
||||
},
|
||||
0: {
|
||||
5: {
|
||||
'desc': 'OS hard reset',
|
||||
'severity': const.Health.Ok,
|
||||
},
|
||||
0: {
|
||||
6: {
|
||||
'desc': 'OS warm reset',
|
||||
'severity': const.Health.Ok,
|
||||
},
|
||||
0: {
|
||||
7: {
|
||||
'desc': 'System restart',
|
||||
'severity': const.Health.Ok,
|
||||
},
|
||||
@ -956,7 +956,7 @@ sensor_type_offsets = {
|
||||
# does not indicate a 'failed' runtime
|
||||
'severity': const.Health.Critical,
|
||||
},
|
||||
0: {
|
||||
2: {
|
||||
'desc': 'Battery Present',
|
||||
'severity': const.Health.Ok,
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user