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
显示
- apack.json 1 个添加, 1 个删除apack.json
- src-electron/db/db-mapping.js 4 个添加, 0 个删除src-electron/db/db-mapping.js
- src-electron/db/query-command.js 8 个添加, 2 个删除src-electron/db/query-command.js
- src-electron/db/query-endpoint-type.js 12 个添加, 2 个删除src-electron/db/query-endpoint-type.js
- src-electron/generator/helper-session.js 2 个添加, 1 个删除src-electron/generator/helper-session.js
- src-electron/generator/helper-zcl.js 33 个添加, 0 个删除src-electron/generator/helper-zcl.js
- src-electron/generator/matter/app/zap-templates/templates/chip/helper.js 15 个添加, 4 个删除...nerator/matter/app/zap-templates/templates/chip/helper.js
- src-electron/generator/matter/controller/java/templates/helper.js 38 个添加, 7 个删除...tron/generator/matter/controller/java/templates/helper.js
- src-electron/generator/matter/controller/python/templates/helper.js 1 个添加, 1 个删除...on/generator/matter/controller/python/templates/helper.js
加载中
想要评论请 注册 或 登录