python-lifx-sdk icon indicating copy to clipboard operation
python-lifx-sdk copied to clipboard

An SDK for local LAN control of bulbs, using Python

Results 8 python-lifx-sdk issues
Sort by recently updated
recently updated
newest added

Previously get_device or the related functions would retrieve a list of devices that it contacted in the last x seconds. Then we would contact each light in turn to try...

Seems that the library somehow gets into a weird state where it won't talk anymore to the light, and has to be restarted for it to work again. ``` Traceback...

Although I was able to run this easily on my Mac, I couldn't get it to work on Windows. At first, I got an error about no module named 'bitstruct'...

This property allows the user to send a GET_VERSION message to a connected bulb, retrieving a tuple of vendor id, product id, and version. This can be queried against [the...

Hello, As there has been 0 responses to my issues and merge requests, I intend to fork python-lifx-sdk under a new name. I cannot keep the same name and upload...

Hello, Not sure if we actually need to depend on bitstruct, however I think Python has similar functionality built in and already packaged in Debian. e.g. https://docs.python.org/2/library/struct.html In addition bitstruct...

Minor copy and paste error in the documentation - param power in fade_color should have been param newcolor.

Hello Smarthall, I just tested your script and it works well. I still have some minor questions: Is it possible to add Bulbs manually to the internal list without using...