This commit is contained in:
qgarnier 2017-11-17 16:17:04 +01:00
parent b57ca69733
commit 6066e9401f
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'],
);