mikakaraila / node-red-contrib-opcua

A Node-RED node to communicate OPC UA. Uses node-opcua library.
Other
216 stars 197 forks source link

How to unsubscribe from EVENTS? #756

Open MrLight opened 4 days ago

MrLight commented 4 days ago

Hi, I'm successfully using the EVENTS Action to register on the OPC UA server. Is there a way to unregister / unsubscribe from the registered Events afterwards? When I trigger the "register" flow a second time I have two registrations on the server. So I want to unregister from a specific event node first.