This is a Python library for abstracting the HTTP API of the lamp control for Luke Roberts lamps.
Use the package manager pip to install foobar.
pip install luke_roberts_cloud_apiimport luke_roberts_cloud_api.luke_roberts_cloud as lr
# setup connection
lrcloud = lr.LukeRobertsCloud(API_KEY)
lrcloud.fetch()Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.