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

Skip to content

Conversation

@brdandu
Copy link
Collaborator

@brdandu brdandu commented Mar 27, 2023

  • 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
  • Github: ZAP#971

@brdandu brdandu linked an issue Mar 27, 2023 that may be closed by this pull request
@codecov-commenter
Copy link

Codecov Report

Merging #982 (7e9bb87) into master (15f96c4) will decrease coverage by 0.05%.
The diff coverage is 43.47%.

@@            Coverage Diff             @@
##           master     #982      +/-   ##
==========================================
- Coverage   66.88%   66.84%   -0.05%     
==========================================
  Files         156      156              
  Lines       16952    16970      +18     
  Branches     3683     3687       +4     
==========================================
+ Hits        11339    11344       +5     
- Misses       5613     5626      +13     
Impacted Files Coverage Δ
src-electron/db/db-mapping.js 98.70% <ø> (ø)
src-electron/db/query-command.js 69.37% <ø> (ø)
src-electron/generator/helper-session.js 63.65% <ø> (ø)
src-electron/generator/helper-zcl.js 70.58% <8.33%> (-0.73%) ⬇️
src-electron/db/query-endpoint-type.js 88.15% <71.42%> (-1.85%) ⬇️
.../matter/app/zap-templates/templates/chip/helper.js 53.35% <100.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

- 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
@brdandu brdandu force-pushed the bug/fixClusterAndCommandStatefulness/ZAP#971 branch from 39e45b1 to 1962c3e Compare March 28, 2023 20:53
@brdandu brdandu merged commit 1b876c1 into project-chip:master Mar 29, 2023
@tecimovic tecimovic mentioned this pull request Apr 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Deprecate chip_client_clusters with a stateless helper

3 participants