|
|
3 years ago | |
|---|---|---|
| .. | ||
| __init__.py | 819bf2eff8 Tidy up code/docstrings | 4 years ago |
| client.py | 8e18f4d0fd hid hid_get_input_report workarounds | 3 years ago |
| device.py | 8e18f4d0fd hid hid_get_input_report workarounds | 3 years ago |
| readme.md | 819bf2eff8 Tidy up code/docstrings | 4 years ago |
| routes.py | 7bce3d7b25 Prep client gen for header parsing | 4 years ago |
| types.py | 63c8e0c8a2 Prep client gen for header parsing - templates | 4 years ago |
from xap_client import XAPClient
# List Available Devices
devices = XAPClient.devices()
selected = devices[0]
# Connect then run commands
with XAPClient().connect(selected) as dev:
print(dev.version())
TODO