This is probably really simple, but it's not working quite as I expected ...
I have a flow which generates email notifications and I want to be able to switch off and on the email notifications.
The filter node passes messages when only when msg.payload changes, so that in my case I get emails for timeout detected and timeout cleared.
I thought that it would be handy to drop in a dashboard switch to allow me to enable or disable emails. But having done that, I now get emails about the switch position as well. There seems to be no option to allow the switch to send nothing.
I suppose I'm looking for 'When clicked, send" = nothing!
Thankyou