From b8a23b9a96a2db7177f9450d143bda2324053e8c Mon Sep 17 00:00:00 2001 From: Cyberes Date: Wed, 20 Dec 2023 18:17:28 -0700 Subject: [PATCH] check_nut: fix units --- check_nut.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/check_nut.py b/check_nut.py index 00fe2bf..db2248a 100644 --- a/check_nut.py +++ b/check_nut.py @@ -46,7 +46,7 @@ VALUE_COMPARISONS = { } VALUE_UNITS = { 'load': '%', - 'battery_charge': 'V', + 'battery_charge': '%', 'battery_runtime': 's', 'battery_voltage': 'V', 'input_voltage': 'V',