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