summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rwxr-xr-xtest/list-modems3
1 files changed, 2 insertions, 1 deletions
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)) +