Looking at https://github.com/LIFX/products/blob/master/products.json vs. the main LIFX products page, I’m confused as to why there’s a Color 900 BR30 listed in the json but Color 1000 BR30 on the product page (and not vice versa). Was that a type-o?
How do I find the definitive kelvin ranges for each model? The product sheets are up on your website for the newer models, but not the old ones. Does this look right?
2700K-8000K for Original 1000, Color 650
2700K-6500K for White 800 (both Low and High Voltage), White 900 BR30
2500K-9000K for Color 1000, Color 900 BR30
Thanks for pointing this out, the Color BR30 bulb is indeed called the Color 1000 BR30. This was my mistake when updating the documentation. The marketing team has now sufficiently berated me for it.
The older bulbs aren’t linked from the store pages but they are still there (including their information sheets). Here are the links to the older products:
So your list should look like this:
2700K-6500K for White 800 (both Low and High Voltage), White 900 BR30
2500K-9000K for Original 1000, Color 650, Color 1000, Color 900 BR30
Yes you can get the kelvin range by using the api v2 explained at https://api.developer.lifx.com/docs/list-lights
There is an object titled capabilities under the product object. Excerpt from the website below
I’ve implemented the Kelven Temp ranges into an open-source library I contribute to. I think these ranges should all be correct. Hopefully this list is useful to somebody, even if they don’t use the lifxlan module.