Multistate switch v. 1.0, NR 1.1.3
I'm testing this very intersting node, but I discovered a possible, at least for me, drawback.
I noticed that the input message is passed to the output as well and it may cause undesired infinite loops if, as in my case, the input comes from a mqtt broker topic and the output is sent as a command to the same mqtt topic.
I think that this node should have a checkbox where you can specify if the input message will be sent or not to the output, as is available in the ordinary switch node.