You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the serial port fails to reopen during controller recovery, the driver will now emit a Driver_Failed error instead of silently getting stuck with a closed port (#8861)
Controlled CCs in the NIF are no longer ignored. This affected primarily Scene Activation CC (#8864)
Fixed an issue where the payload length of NodeNamingAndLocationCC reports was not validated correctly (#8865)
Fixed an issue where the name length of Association Group Info CC Name Report was not validated correctly (#8875)
Fixed several issues where miscellaneous fields in reports were not validated correctly (#8876)
Fixed a driver crash that could happen when receiving a certain misformed Notification Report (#8874)
When clearing credentials/users on locks with User Code CC through the unified AccessControl API, the corresponding cache values are now cleared rather than deleted, mirroring how they appear when the lock reports them as empty (#8866)
Fixed an issue where multicast/broadcast commands with a target endpoint would fail unless all target nodes' endpoints had been interviewed (#8882)
The interview procedure for User Code CC and User Credential CC on locks supporting both now correctly follows the specification. Z-Wave JS now correctly defers to User Code CC on those locks if User Credential CC is not active. (#8879)
Setting user codes on User Code CC v1 locks that obfuscate the codes in responses should now longer result in an error claiming the lock rejected the credential for an unknown reason (#8884)