zvecr 9fcab705a9 Align client/docs gen with recent changes пре 3 година
..
__init__.py d1e3036ce2 Generate python effect constants пре 3 година
client.py 1dbb4c0f96 stash пре 3 година
constants.py 9fcab705a9 Align client/docs gen with recent changes пре 3 година
device.py 7ee5347485 Add eeprom init route пре 3 година
pyproject.toml f3f9b2b08c Dummy client config - more config пре 3 година
readme.md 819bf2eff8 Tidy up code/docstrings пре 4 година
routes.py 9fcab705a9 Align client/docs gen with recent changes пре 3 година
types.py 986534ea95 Stub out lighting sets пре 3 година

readme.md

XAP python3 bindings

Example

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

API

TODO