JnyJny / blynclight

Python bindings for the Embrava BlyncLight family of products.
Apache License 2.0
21 stars 3 forks source link

Add an effects package. #6

Closed JnyJny closed 4 years ago

JnyJny commented 5 years ago

Create a sub-package in blynclight:

blynclight/effects/init.py blynclight/effects/rainbow.py blynclight/effects/candle.py

and move some of the implementation out of the command-line driver scripts and into the package to facilitate re-use.

JnyJny commented 4 years ago

Done.