1) Give a description of the problem
I’m trying to write a piston that will detect if the lights are at a certain color temperature, 2732K, which is what my Hue bulbs turn on to when I cut their power and turn them on again. However, something isn’t working right.
2) What is the expected behavior?
Turn off all lights when they are all at 2732K. I have tried “are equal to” and “stays”. The only thing I’ve gotten to work is do an “every” but I’d like it to be more efficient.
3) What is happening/not happening?
It works intermittently or when I click Test, but it isn’t reliable. I’m testing programmaticly by manually setting all of the temperatures and physically by flipping the switches.