nymea / nymea-plugins-zigbee

ZigBee related integration plugins for nymea
GNU Lesser General Public License v3.0
0 stars 3 forks source link

Don't destroy things when removing ZigBee nodes from the network #72

Closed mzanetti closed 8 months ago

mzanetti commented 1 year ago

This makes it easier to remove/rejoin zigbee nodes without losing all magic and other setup related to a thing.

Comes with the cost of having to manually remove a thing when removing a thing from the ZigBee network for good. That should be a bearable cost though, as removing a Thing will still remove the associated node in one go.

mzanetti commented 1 year ago

Fixes #73