zap
zap copied to clipboard
ZAP stands for ZCL Advanced Platform. It is used to configure clusters, attributes and other entities for Matter and ZigbeePro applications.
Currently attribute loading has this piece in `prepareCluster` in `zcl-loader-silabs.js`: ``` let storagePolicy = dbEnum.storagePolicy.any if (context.listsUseAttributeAccessInterface && attribute.$.entryType) { storagePolicy = dbEnum.storagePolicy.attributeAccessInterface ``` We should do the same thing...
Bumps [serialize-javascript](https://github.com/yahoo/serialize-javascript) from 6.0.1 to 6.0.2. Release notes Sourced from serialize-javascript's releases. v6.0.2 fix: serialize URL string contents to prevent XSS (#173) f27d65d Bump @babel/traverse from 7.10.1 to 7.23.7 (#171)...
Bumps [nanoid](https://github.com/ai/nanoid) from 3.3.7 to 3.3.8. Changelog Sourced from nanoid's changelog. 3.3.8 Fixed a way to break Nano ID by passing non-integer size (by @myndzi). Commits 3044cd5 Release 3.3.8 version...
Bumps [path-to-regexp](https://github.com/pillarjs/path-to-regexp) to 0.1.12 and updates ancestor dependencies [path-to-regexp](https://github.com/pillarjs/path-to-regexp), [express](https://github.com/expressjs/express) and [@quasar/app-webpack](https://github.com/quasarframework/quasar). These dependencies need to be updated together. Updates `path-to-regexp` from 0.1.7 to 0.1.12 Release notes Sourced from path-to-regexp's...
Bumps [cookie](https://github.com/jshttp/cookie) to 0.7.1 and updates ancestor dependencies [cookie](https://github.com/jshttp/cookie), [express](https://github.com/expressjs/express), [express-session](https://github.com/expressjs/session) and [@quasar/app-webpack](https://github.com/quasarframework/quasar). These dependencies need to be updated together. Updates `cookie` from 0.6.0 to 0.7.1 Release notes Sourced from...
Bumps [body-parser](https://github.com/expressjs/body-parser) to 1.20.3 and updates ancestor dependencies [body-parser](https://github.com/expressjs/body-parser), [express](https://github.com/expressjs/express) and [@quasar/app-webpack](https://github.com/quasarframework/quasar). These dependencies need to be updated together. Updates `body-parser` from 1.20.2 to 1.20.3 Release notes Sourced from body-parser's...
Bumps [webpack](https://github.com/webpack/webpack) from 5.93.0 to 5.95.0. Release notes Sourced from webpack's releases. v5.95.0 Bug Fixes Fixed hanging when attempting to read a symlink-like file that it can't read Handle default...
Steps to reproduce: 1. Ensure your Matter repo includes https://github.com/project-chip/connectedhomeip/pull/8839 (which fixes some similar problems in Matter). 2. Open `src/app/zap-templates/common/ClustersHelper.js` in the Matter repo. 3. In the `Clusters.init` function, right...
The following can have default values specified in the matter (to be used of the field is missing): * Attributes (default values already supported in ZAP, but this is about...
According to ZCL, some cluster have dependencies upon other cluster within the same endpoint. Add a warning when such dependencies are not met in the current configuration. A warning symbol...