vintlabs / fauxmoESP

Add voice control of your ESP32 and ESP8266 devices using Amazon Alexa
MIT License
391 stars 71 forks source link

Add support for color (hue and saturation) #207

Closed smcd253 closed 2 days ago

smcd253 commented 3 years ago

Modified device template, callbacks, and device structs to support hue and saturation sent by Alexa.

werneckpaiva commented 1 month ago

After implementing this feature myself, I realized you have this PR since 2021. Mine keeps retrocompatibility and deals with ct color format, but yours outputs the status, which is quite good. https://github.com/vintlabs/fauxmoESP/pull/260