zvecr f81328068e stash more lighting пре 3 година
..
__init__.py 819bf2eff8 Tidy up code/docstrings пре 4 година
client.py 1dbb4c0f96 stash пре 3 година
device.py 76a45a4e24 Stub out nested routes пре 3 година
readme.md 819bf2eff8 Tidy up code/docstrings пре 4 година
routes.py f81328068e stash more lighting пре 3 година
types.py f81328068e stash more lighting пре 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