Closed Nerivec closed 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?
device.updateNetworkAddress
requestNetworkAddress
requestNetworkAddress makes more sense indeed
Thanks!
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
?