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 662a3c76..09949b7b 100755
--- a/test/list-modems
+++ b/test/list-modems
@@ -52,7 +52,8 @@ for path, properties in modems:
"VoicemailMessageCount",
"MicrophoneVolume",
"SpeakerVolume",
- "Strength"]:
+ "Strength",
+ "DataStrength"]:
val = int(properties[key])
elif key in ["MainMenu"]:
val = ", ".join([ text + " (" + str(int(icon)) +