Socket
Socket
Sign inDemoInstall

@zwave-js/cc

Package Overview
Dependencies
73
Maintainers
1
Versions
137
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install
Previous1
46
14Next

11.13.0

Diff

Changelog

Source

11.13.0 (2023-08-22)

Features

  • Auto-detected serialports now prominently include /dev/serial/by-id/* paths (#6182)

Bugfixes

  • Discard Meter CC and Multilevel Sensor CC reports when the node they supposedly come from does not support them (#6178)
  • Abort inclusion when a node with the same ID is already part of the network (#6180)
  • Fixed an issue where a node that does not support S0 and/or S2 was shown with an unknown security class (#6187)
  • Fixed a regression from v11.12.0 where devices with a proprietary field in the device config would not finish the interview (#6202)

Config file changes

  • Remove unnecessary endpoint functionality for CT100 (#6185)

Changes under the hood

  • Extended documentation for parsing QR codes (#6181)
  • Fixed an issue where directly editing driver.options in tests would modify the defaultOptions and influence future driver instances (#6188)
alcalzone
published 11.12.0 •

Changelog

Source

11.12.0 (2023-08-16)

Features

  • When the controller cannot transmit due to being jammed, this is now detected and exposed to applications. In this situation, nodes are no longer being marked as dead. (#6174)
  • A hash of the device config used during the interview is now stored and can be used to detect whether a node needs to be re-interviewed after a configuration update (#6170)

Bugfixes

  • Fixed an issue where 700 series controllers were not soft-reset after NVM backup when soft-reset was disabled via config (#6176)

Config file changes

  • Correct reporting frequency parameter values for Sensative AB Strips Comfort / Drips Multisensor (#6171)

Changes under the hood

  • Config file checks now detect invalid firmware version ranges where min > max (#6169)
alcalzone
published 11.11.0 •

Changelog

Source

11.11.0 (2023-08-15)

Features

  • The driver configuration now includes settings for RF region and TX power which will automatically be configured on startup (#6159)
  • Add support for persistent node-specific defaults for transition duration and volume (#6162)

Bugfixes

  • Fixed a regression from v11.10.1 where the controller's firmware version was not fully queried (x.y instead of x.y.z) (#6165)
  • Fixed an issue where devices supporting Notification CC in push mode were incorrectly detected as using pull mode when Association Group Information CC is not supported (#6157)
  • Requests to the firmware update service now include the full x.y.z firmware version where known (#6166)
  • Fixed an issue where region-specific firmware updates would not be returned from the firmware update service (#6167)

Config file changes

  • Disable Supervision for Kwikset HC620 to work around a device bug causing it to flood the network (#6155)
  • Add fingerprint for Ring Outdoor Contact Sensor (#6163)
alcalzone
published 11.10.1 •

Changelog

Source

11.10.1 (2023-08-14)

Bugfixes

  • Change order of commands so the startup does not fail when a controller is already set to use 16-bit node IDs and soft-reset is disabled (#6153)
  • Soft-reset is now always enabled on 700+ series controllers (#6154)
  • Queried user codes and their status are now preserved during re-interview when they won't be re-queried automatically (#6152)

Config file changes

  • Remove unnecessary endpoint functionality for CT101 (#6146)

Changes under the hood

  • The mock-server now supports loading a directory of mocks (#6145)
alcalzone
published 11.10.0 •

Changelog

Source

11.10.0 (2023-08-10)

Features

  • The controller identify event callback now includes a reference to the node that requested the identification (#6140)

Bugfixes

  • When downloading a firmware file, the file extension of the final redirected URL is also considered (#6142)

Config file changes

  • Add parameters 9-13 to Minoston MP21ZP / MP31ZP (#6139)
  • Add fingerprint to Yale YRD446-ZW2 (#6135)
  • Add and update Yale Assure ZW3 series locks (#6134)
alcalzone
published 11.9.1 •

Changelog

Source

11.9.1 (2023-08-07)

Bugfixes

  • Fixed a regression from v11.7.0 where the controller was incorrectly assumed to encode node IDs as 16-bit after a soft reset (#6130)
  • Improve heuristic to refresh values from legacy nodes when receiving a node information frame (#6121)
  • Fixed an issue where no control values were exposed for devices that do not support/advertise Version CC (#6123)

Config file changes

  • Correct value size for some Nortek PD300EMZ5-1 params that were previously swapped (#6124)
  • Add new MCOHome MH-S411/S412 models (#6120)
alcalzone
published 11.9.0 •

Changelog

Source

11.9.0 (2023-08-02)

Features

  • Add getDateAndTime method to ZWaveNode (#6073)

Bugfixes

  • Fixed an issue where turning on a Multilevel Switch with transition duration could update the currentValue to an illegal value (#6111)
  • Fixed an issue where empty daily repeating schedules were encoded incorrectly in mocks (#6113)

Changes under the hood

  • Support absolute config paths in mock-server (#6112)
alcalzone
published 11.8.1 •

Changelog

Source

11.8.1 (2023-08-01)

Bugfixes

  • Recover from Security S2 collisions in a common scenario where nodes send a supervised command at the same time Z-Wave JS is trying to control them (#6106)
  • During NVM migration, an incorrect flag for "on other network" is now automatically corrected instead of raising an error (#6108)

Config file changes

  • Preserve endpoint 0 for Zooz ZEN14 to toggle both outlets at once (#6099)

Changes under the hood

  • Fixed the message sequencing between mock controller and mock nodes in integration tests and the mock-server (#6101)
alcalzone
published 11.8.0 •

Changelog

Source

11.8.0 (2023-07-28)

Features

  • Health checks now include the intermediate results in progress callbacks (#6086)
  • Added the ability to abort health checks and testing whether a health check is in progress (#6091)

Bugfixes

  • When a CC version query times out, the CC version is now actually assumed to be 1 instead of only logging this (#6089)

Config file changes

  • Correct state after power failure for Minoston MP21Z/31Z (#6087)
  • Add Namron 4512757 (#6072)
alcalzone
published 11.7.0 •

Changelog

Source

11.7.0 (2023-07-27)

Features

  • Add methods to read sensor/meter support information from cache for Alarm/Binary/Multilevel Sensor CC and Meter CC (#6065)
  • Fall back to the embedded config directory when looking up $import targets from user-defined config files (#6067)

Bugfixes

  • Fixed an issue where a delayed endpoint capability report could be associated with the wrong query (#6076)
  • During NVM migration, some invalid/unexpected bytes in the 500 series NVM can now be corrected (#6082)
  • Hide configuration values for Door Lock CC v4 functionality that is not supported by a lock (#6075)

Config file changes

  • Add Leviton RZM10-1L (#6080)
  • Force use of Multi Channel CC v1 for all versions of PE653 (#6077)

Changes under the hood

  • Enable 16-bit node IDs in Serial API communication (#6070)
  • Fix link in v11 Migration guide (#6071)
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc