Features
- When reading a SmartStart QR code, the requested security classes are now remembered. Add support for inactive provisioning entries (#4565)
- Log discarded bytes when reading invalid/unexpected data from the serial port (#4059)
Bugfixes
- When attempting to heal single nodes during an ongoing heal, the logs now mention this as the reason why the heal is skipped (#4567)
- When attempting to heal a single dead node, the node gets pinged first to check if it is really dead (#4567)
- During
driver.destroy()
, all event handlers for the controller and nodes now get removed and thedriver.controller
anddriver.controller.nodes
properties get reset/cleared (#4570)