Bugfixes
- Fixed an issue where CC classes would have a different name when
zwave-js
was loaded as CommonJS, changing how those CCs were handled (#7426)
Changes under the hood
- Argument validation of CC APIs no longer uses
require
calls and explains the validation errors much better (#7407)