zwave-js / node-red-contrib-zwave-js

The most powerful, high performing and highly polished Z-Wave node for Node-RED based on Z-Wave JS. If you want a fully featured Z-Wave framework in your Node-RED instance, you have found it.
MIT License
47 stars 6 forks source link

UI : Don't depend on the 'node removed' event to progress the UI #174

Closed marcus-j-davies closed 2 years ago

marcus-j-davies commented 2 years ago

We listen for 'node removed' to progress the UI, turns out this is only called if a node was really removed from the controllers network - as is to be expected.

Solution: Listen for both 'node removed' and/or 'exclusion stopped'

overlook on my part.