test: Tweak list-modems to display battchg

This commit is contained in:
Denis Kenzior 2012-12-17 09:26:32 -06:00
parent fb1d1c3426
commit 11875b7f79
1 changed files with 2 additions and 1 deletions

View File

@ -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)) +