check_nut: fix units
This commit is contained in:
parent
0300fdd75e
commit
b8a23b9a96
|
@ -46,7 +46,7 @@ VALUE_COMPARISONS = {
|
|||
}
|
||||
VALUE_UNITS = {
|
||||
'load': '%',
|
||||
'battery_charge': 'V',
|
||||
'battery_charge': '%',
|
||||
'battery_runtime': 's',
|
||||
'battery_voltage': 'V',
|
||||
'input_voltage': 'V',
|
||||
|
|
Loading…
Reference in New Issue