test: Add AvailableTechnologies to list-modems

wavecom
Alfonso Sanchez-Beato 8 years ago committed by Denis Kenzior
parent 5210b85c22
commit e1cbc5c5ea

@ -40,7 +40,8 @@ for path, properties in modems:
"PreferredLanguages",
"PrimaryContexts",
"LockedPins",
"Features"]:
"Features",
"AvailableTechnologies"]:
val = ""
for i in properties[key]:
val += i + " "

Loading…
Cancel
Save