Skip to content

Release v5.5.0

Compare
Choose a tag to compare
@github-actions github-actions released this 24 Nov 15:58

Config file changes

  • Added a config file for Jasco ZW3010
  • Added new Notification definitions
  • Added new Indicator definitions

Features

  • Implemented the replaceFailedNode API
  • Added a third argument to the "interview failed" event handler which includes an object with additional details about the interview attempt (see docs).
    WARNING: The current signature is deprecated and will be changed in the next major version!
  • Metadata can now be customized by CCs with the ccSpecific property. This is used in several CCs to allow applications to identify which value a value ID describes (e.g. sensor type, meter type, etc...)

Bugfixes

  • The logs of ConfigurationCC::PropertiesGet now include the correct next parameter #
  • The targetValue of switch-type CCs is no longer overwritten with undefined when a report without target value is received

Changes under the hood

  • Switched to npm@7 workspaces to get rid of TypeScript's paths config and support project-relative auto-imports