You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Deprecating stateful helpers with stateless helpers (#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
0 commit comments