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