maximkulkin / esp-homekit-demo

Demo of Apple HomeKit accessory server library
MIT License
803 stars 233 forks source link

homekit rgb characteristic #391

Closed mikimause9 closed 3 years ago

mikimause9 commented 3 years ago

Hi, I am new at HomeKit, and I am trying to make an Rgb light based on HAP. I did a dimmer, and I want to make rgb light, but I don't know how. Can you help me?

AchimPieters commented 3 years ago

@mikimause9 Here you go: https://github.com/maximkulkin/esp-homekit-demo/blob/master/examples/magic_home_strip/magic_home.c

mikimause9 commented 3 years ago

Thanks