project-chip / matter.js

A complete typescript implementation of the Matter protocol specification (https://buildwithmatter.com). Includes full support for controller, device, commissioning, secure communications, device types, and cluster definitions.
Apache License 2.0
328 stars 57 forks source link

Allow MaxPathsPerInvoke to use default logic #1088

Closed Apollon77 closed 4 weeks ago

Apollon77 commented 1 month ago

The change adjusts the MaxPathsPerInvoke attribute to have a minimum of 0 again so the out default logic applies.

semanticdiff-com[bot] commented 1 month ago

Review changes with SemanticDiff.

Analyzed 4 of 4 files.

Overall, the semantic diff is 46% smaller than the GitHub diff.

Filename Status
:heavy_check_mark: packages/matter.js/src/model/standard/elements/BasicInformation.ts 85.71% smaller
:heavy_check_mark: packages/matter.js/src/cluster/definitions/BasicInformationCluster.ts 58.91% smaller
:heavy_check_mark: models/src/local/BasicInformationOverrides.ts 47.39% smaller
:heavy_check_mark: chip-testing/src/AllClustersTestInstance.ts Analyzed
Apollon77 commented 4 weeks ago

replaced by #1103