How to add more features to Color Control cluster? #1344
-
I notice that the light example seems to only support changing the color temperature and in the Apple Home app the ability to set the full range of colors is not available. How can I modify the example to support more color control features? |
Beta Was this translation helpful? Give feedback.
Answered by
shripad621git
Mar 28, 2025
Replies: 1 comment
-
@olavt , you can refer the docs on how to add features . For more reference, you can refer to generic_switch example. You can accordingly make changes for color_control features in your example. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
olavt
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@olavt , you can refer the docs on how to add features . For more reference, you can refer to generic_switch example. You can accordingly make changes for color_control features in your example.