I’m trying to add a CCT light on Alexa, but the discovered device on Alexa does not enable temperature control. Is it an Alexa limitation or some other problem with the example sketch?
I’m using the same sketch as the Generic_CCT_Light example and the latest docker image (tag: 897) version of diyHue.
I’ve checked the API response for my light resource, and the response doesn’t have “colormode” and “ct” information. This is because the response build logic has a statement to not put these attributes for the LTW001 light model:
I could control the light temperature with Alexa changing this line.