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