Luke Roberts Cloud API

This is a Python library for abstracting the HTTP API of the lamp control for Luke Roberts lamps.

Installation

Use the package manager pip to install foobar.

pip install luke_roberts_cloud_api

Usage

import luke_roberts_cloud_api.luke_roberts_cloud as lr

# setup connection
lrcloud = lr.LukeRobertsCloud(API_KEY)
lrcloud.fetch()

Contributing

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.

License

MIT