I’ve got a program that features LIFX light support which was working fine a couple of days ago, but no longer.
The issues I face are that it appears the HTTP api no longer responds to colour temperature plus the Set States API fails if there is no Content Type in the HTTP header.
Please remember we have apps to support and this can cause emense amounts of confuction for customers when things stop working.
How do we now address bulbs that only support colour temperature? (the kelvin option seems to have been removed from the Set States API).
I don’t know if it is related, but they did change something on the backend. For a year my SmartThings drivers worked 100% and they stopped a few days ago. I had to make changes to my code to get everything working.
1 - I had to remove my sloppy trailing “,” at the end of my group lists.
2 - When setting colors I had to put a space between the hue and saturation settings instead of a “+”
That said, neither the “,” or “+” were part of the documented api, they just worked.
I still haven’t managed to get the kelvin colour temperature to work, but normal colour temperature changes I have fixed by adding the content type header.
Unfortunately they missed this setting from the emulator so there is no way to test it. Can someone confirm we can still specify kelvin as an option in colour alongside brightness?