Hi, I need to eneable o disable a wemo-emulator node from the dashboard.
I am creating an application to automate pools and I have several nodes that communicate with Amazon Alexa through the wemo-emulator node, depending on the functions that you want to enable from the dashboard for the operation of the pool, I need to deactivate the nodes of wemo-emulated so that they are not recognized by Amazon Alexa devices. Does anyone know how I can perform this function, since I am a new person in the design of applications through node red.
Thanks.
Example: if I deactivate the filtering process with a switch button, I need the wemo-emulator node that corresponds to the filtering function to be deactivated so that it is not identified by Alexa.
But as in the question I asked, is it possible to develop a node that allows me to do this? Who can help me in the development of a node that allows me to disable any node that I select from the node red dashboard?
I don't think it is a new custom node you are after. I also think you are confusing some terms. The Dashboard is an extension to Node-RED that provides a user-facing UI. The Editor is the UI that flow authors and administrators use.
As far as I'm aware, there is no way to deactivate a selection of nodes in the Editor. Only by opening the config panel for each node.
What you might be able to do is to use tabs or groups so that you can pre-group some nodes and have only a single thing to deactivate.