What's Changed
* Refactor color_temp_to_white_levels and improve code coverage by bdraco in https://github.com/Danielhiversen/flux_led/pull/185
* Adjust protocol to handle newer models that send 0xB0 responses by bdraco in https://github.com/Danielhiversen/flux_led/pull/186
* Fix effects with floor lamps by bdraco in https://github.com/Danielhiversen/flux_led/pull/188
* Add support for CCT protocol aka 0x1C models by bdraco in https://github.com/Danielhiversen/flux_led/pull/187
Breaking change
`color_temp_to_white_levels` now returns `warm, cold` instead of `cold, warm` to match the rest of the lib.
**Full Changelog**: https://github.com/Danielhiversen/flux_led/compare/0.24.38...0.25.0