Nodered 7.2.3 Switch Node not evaluating attribute?
A flow in nodered has stopped working. The flow is supposed to dim the light to 60% if the kitchen light comes on straight to full brightness (255).
As you can see from the debug window, the switch output #2 shows the attribute is 255. However as you can see below it should be on output #1:
This just stopped working after I updated nodered to the latest. I tried changed the data type from text to numeric where it evaluates the 255, but that didn’t fix it. Any ideas?