|
|
пре 4 година | |
|---|---|---|
| .. | ||
| __init__.py | 819bf2eff8 Tidy up code/docstrings | пре 4 година |
| client.py | 819bf2eff8 Tidy up code/docstrings | пре 4 година |
| device.py | 198e761173 Remove 3.10+ type union | пре 4 година |
| readme.md | 819bf2eff8 Tidy up code/docstrings | пре 4 година |
| routes.py | 7bce3d7b25 Prep client gen for header parsing | пре 4 година |
| types.py | 63c8e0c8a2 Prep client gen for header parsing - templates | пре 4 година |
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