Koenkk / zigbee-herdsman

A Node.js Zigbee library
MIT License
481 stars 300 forks source link

fix: Cleanup network address change code. #1201

Closed Nerivec closed 2 months ago

Nerivec commented 2 months ago

Avoid multiple triggering of same logic (with tests). Fix not waiting for broadcast in device.updateNetworkAddress. Might want to rename that one since it's a side-effect that actually updates it, not the function itself? requestNetworkAddress?

Koenkk commented 2 months ago

requestNetworkAddress makes more sense indeed

Koenkk commented 2 months ago

Thanks!