zwave-js
:%0A * The CCAPI
type is now exported%0A * NODE_ID_BROADCAST
and NODE_ID_MAX
are now value exports%0A * The Endpoint
class is now exported%0A * The InterviewStage
enum is now exported%0A* Several user-facing errors were converted from Error
to ZWaveError
in order to be consistent with other errors.%0A* Warnings about insecure communication with a node because of missing security configuration are now emitted as ZWaveError
s with code ZWaveErrorCodes.Controller_NodeInsecureCommunication
%0A* Internal references to @types/fs-extra
and jest
are no longer leaked, allowing users to consume this library without skipLibCheck
%0A* User Code CC
no longer uses V2 methods during the interview of a V1 node%0A* Fixed an error during the Central Scene CC
interview that could occur if Association Group Information
is not supported%0A* For several CCs, missing responses to non-critical requests are now ignored during the interview%0A* Sent nonces are now transmitted using the ACK
and AutoRoute
transmit options to fix secure inclusion issues with some devices%0A* Fixed an error during logging of a DoorLockCCConfigurationSet
command%0A* After a fresh interview, battery-powered nodes that are temporarily mains-powered, are no longer sent into a "go to sleep" loop%0A* When a node requests multiple nonces in a short timespan, only respond to the most recent request%0A%0A### Changes under the hood%0A* SpyTransport
was moved to @zwave-js/testing
, a development-only testing packageDon't miss a new node-zwave-js release
NewReleases is sending notifications on new releases.