mclarkk / lifxlan

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

Candle Colour should be a chain device #156

Open pcfidelity opened 3 years ago

pcfidelity commented 3 years ago

Hello,

Just wanted to note that the Candle Colour bulbs are a Tilechain device, but aren't recorded as one in products.py. https://community.lifx.com/t/updating-the-http-api-and-lan-protocol-docs-for-the-candle-colour/6376

It just needs the products file updating to set Chain to true (mine are device id 57), then they work fine.

Thanks!

mclarkk commented 3 years ago

According to LIFX, the Candle is technically not a chain device, but a matrix device: https://github.com/LIFX/products/blob/master/products.json

I'll look into this.