mclarkk / lifxlan

Python library for accessing LIFX devices locally using the official LIFX LAN protocol.
MIT License
507 stars 116 forks source link

[Feature Request] set_tile_colors should accept multiple tile colors #94

Open mclarkk opened 6 years ago

mclarkk commented 6 years ago

Right now if tile_count > 1, the method will just duplicate the specified tile_colors across multiple tiles, which is how the LAN protocol message works. However, for the higher-level API, you should probably be able to give a list of tile colors that will get applied across the subset of tiles, or duplicated if there aren't enough colors for the specified tiles.