From 11875b7f796abb8b0825cfccd243ffbb2cceb633 Mon Sep 17 00:00:00 2001 From: Denis Kenzior Date: Mon, 17 Dec 2012 09:26:32 -0600 Subject: [PATCH] test: Tweak list-modems to display battchg --- test/list-modems | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/list-modems b/test/list-modems index 5726bc80..d859dbf5 100755 --- a/test/list-modems +++ b/test/list-modems @@ -54,7 +54,8 @@ for path, properties in modems: "MicrophoneVolume", "SpeakerVolume", "Strength", - "DataStrength"]: + "DataStrength", + "BatteryChargeLevel"]: val = int(properties[key]) elif key in ["MainMenu"]: val = ", ".join([ text + " (" + str(int(icon)) +