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
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