Skip to content

JSON API: Support CCT for Per-segment individual LED control #5235

@arx8x

Description

@arx8x

Is your feature request related to a problem? Please describe.
The JSON API supports setting color and brightness per LED using the "i" param. The color array and hex code currently support R, G, B and W, where the W bits control the brightness of the white color. There's no option to set the CCT value with this currently. The CCT can be set but it applies to the entire output.

Describe the solution you'd like
I propose adding one more param, which is the CCT value for the index or the range specified in the request.
Example: [0, 0, 0, 255, 0] or 000000FF00 represents warm white and [0, 0, 0, 255, 128] or 000000FF80 represents neutral white

Describe alternatives you've considered
-

Additional context
-

Thank you for your ideas for making WLED better!

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions