We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfc90ee commit 0a24e97Copy full SHA for 0a24e97
scripts/list_devices.py
@@ -60,7 +60,7 @@ def get_device_items(arg, devices):
60
it = Item(title=title, autocomplete=name, valid=valid, arg=name, subtitle=subtitle)
61
it.setvar('status', values[1])
62
if valid:
63
- it.setvar('device_api', infos[2])
+ it.setvar('device_api', infos[3])
64
it.setvar('name', model)
65
it.setvar('serial', values[0])
66
it.setvar('build_number', mod_alt)
0 commit comments