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