-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
port to osram lightify #15
Comments
Unfortunately, I don't think that's in the cards right now. I don't have the hardware to test against and the structure of the application doesn't currently support more than one type of hardware. That said, I'll be doing a massive refactoring before releasing a version and I'll look into restructuring in a driver oriented fashion. A Hue driver would be the baseline and other drivers could be theoretically written for other types of hardware. We would have to account for feature differences, though; probably through feature flags from the currently in use driver. |
I'm going to reopen this since it's something that can be considered for the future. We'll make this issue the tracking issue. |
@craigcabrey you're welcome to use that python library i linked, its a library i ported from python 2 to python 3, i use it to control my light from my IRC bot cuz im lazy like that |
this is the original python 2 version https://github.com/mikma/python-lightify |
any way this could be ported to osram lightify? i have a python library for it https://github.com/ask-compu/lightifytest
The text was updated successfully, but these errors were encountered: