check_nut: fix units

This commit is contained in:
Cyberes 2023-12-20 18:17:28 -07:00
parent 0300fdd75e
commit b8a23b9a96
1 changed files with 1 additions and 1 deletions

View File

@ -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',