When using Node-Red from within IBM Bluemix I'm struggling to get the 'switch' node working in the current Node-Red version (v0.14.3). When I set a condition in the switch node then save it my changes don't persist and the condition(s) just revert to the default. e.g. I specify: msg.payload <= 15 this gets changed (on save) to: msg.payload == 15
Here's an example of the code I'm trying to get working. This has three nodes including a 'switch'. When I paste this into my Node-Red editor all conditions get changed to '=='. http://flows.nodered.org/flow/2832e7986c794f55708f
This works fine on v0.13.4 of Node-Red which I have running in a different instance.