Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: wasnertobias/zap

Tags

v2023.04.27-nightly

Toggle v2023.04.27-nightly's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Expose the storagePolicy of attributes in attribute iterators. (proje…

…ct-chip#1008)

v2023.04.21-nightly

Toggle v2023.04.21-nightly's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Adding struct item helper based on struct and cluster name (project-c…

…hip#1002)

- Add zcl_struct_items_by_struct_and_cluster_name helper for retrieving struct items based on struct and cluster name in helper-zcl.js
- Updating selectAllStructItemsByStructName to handle cluster name as well
- Updating the xml for TargetStruct such that it is now present in binding and access control clusters
- Adding a test to make sure the right struct items are generated based on cluster names
- Github: ZAP#916

v2023.04.18-nightly

Toggle v2023.04.18-nightly's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add isSupported helper for Darwin. (project-chip#1000)

* Add isSupported helper for Darwin.

This supports marking this as "provisional", which unlike "removed" can be
overridden by a later "introduced".

* Make handling of introduced things inside a provisional thing better.

* Also include description in zcl_clusters, to match all_user_clusters.

v2023.04.05-nightly

Toggle v2023.04.05-nightly's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Deprecating the matter stateful helpers (project-chip#989)

Github: ZAP#682

v2023.03.30-nightly

Toggle v2023.03.30-nightly's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Extending the all_user_cluster_generated_commands with more informati…

…on on command arguments (project-chip#985)

Github: ZAP#971

v2023.03.29-nightly

Toggle v2023.03.29-nightly's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Deprecating stateful helpers with stateless helpers (project-chip#982)

- Deprecating chip_client_clusters, chip_cluster_commands, chip_cluster_responses and chip_cluster_command_arguments with all_user_clusters, zcl_commands, zcl_command_responses and zcl_command_arguments respectively
- Adding more attributes to the command in db-mapping along with the extension to the zcl_command query
- Updating selectAllClustersDetailsFromEndpointTypes such that all_user_clusters can be filtered based on side of cluster
- Adding zcl_command_responses to retrieve all commands which are also command responses.a
- Extending asJavaType to handle asJavaBoxedType properly under all block helpers and not just chipType block helpers
- Updating the local map for command query
- Minor cleanup
- Github: ZAP#971

v2023.03.27-nightly

Toggle v2023.03.27-nightly's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Ensure db mapping aliases commandName for commands (template compatib…

…ility) and that commands by cluster contain response names (project-chip#981)

v2023.02.27

Toggle v2023.02.27's commit message
ZAP official release v2023.02.27.

This release was shipped as part of Simplicity Studio v5.6.3.0

v2023.03.23-nightly

Toggle v2023.03.23-nightly's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Removing exceptions to test java code in Chip repo (project-chip#976)

Github: ZAP#898

v2023.03.22-nightly

Toggle v2023.03.22-nightly's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Adding exceptions to if_basic_attribute (project-chip#975)

Github: ZAP#898