Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[lifx] Add channels for controlling absolute color temperature in Kelvin #11309

Merged
merged 2 commits into from
Sep 27, 2021

Commits on Sep 26, 2021

  1. [lifx] Add channels for controlling absolute color temperature in Kelvin

    Adds an 'abstemperature' channel to all Thing Types for controlling the absolute color temperature in Kelvin.
    MultiZone lights also have 'abstemperaturezone' channels that allow for controlling the color temperature of a zone in Kelvin.
    These channels make it easier to use the same color temperature with lights that have a different color temperature range.
    Furthermore the channel type tags have been updated which simplifies using the generated items with the semantic model.
    
    Signed-off-by: Wouter Born <github@maindrain.net>
    wborn committed Sep 26, 2021
    Configuration menu
    Copy the full SHA
    17fee7e View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2021

  1. Use system default channel types where possible

    Signed-off-by: Wouter Born <github@maindrain.net>
    wborn committed Sep 27, 2021
    Configuration menu
    Copy the full SHA
    5fc962a View commit details
    Browse the repository at this point in the history