This commit is contained in:
qgarnier 2017-11-17 16:17:04 +01:00
parent 62f5aa8a5f
commit 578877f76b
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ use warnings;
my %battery_status = (
1 => ['batteryCharging', 'OK'],
2 => ['batteryDischarging', 'WARNING'],
3 => ['batteryFloating', 'WARNING'],
3 => ['batteryFloating', 'OK'],
4 => ['batteryResting', 'OK'],
5 => ['unknown', 'UNKNOWN'],
);