From c7dea747519f99584002084df3dce546f37df8b5 Mon Sep 17 00:00:00 2001 From: Emeric Planet Date: Thu, 13 Apr 2017 21:46:21 +0200 Subject: Add battery capacity parsing (#216) The Linux power supply class defines three entries to provide battery status. One of them wasn't used: POWER_SUPPLY_CAPACITY. https://www.kernel.org/doc/Documentation/power/power_supply_class.txt --- testcases/014-battery-capacity/expected_output.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 testcases/014-battery-capacity/expected_output.txt (limited to 'testcases/014-battery-capacity/expected_output.txt') diff --git a/testcases/014-battery-capacity/expected_output.txt b/testcases/014-battery-capacity/expected_output.txt new file mode 100644 index 0000000..3f97d1b --- /dev/null +++ b/testcases/014-battery-capacity/expected_output.txt @@ -0,0 +1 @@ +Touchpad: 100.00% BAT \ No newline at end of file -- cgit v1.2.3