Skip to content
代码片段 群组 项目
该项目从 https://github.com/project-chip/zap 镜像。 拉取镜像更新于
  1. 8月 02, 2022
  2. 7月 27, 2022
    • Timotej Ecimovic's avatar
      SDK-wide regen via sdk.json file (#614) · 1e9a813d
      Timotej Ecimovic 创作于
      * Remove the wrapping of arguments in the generate scripts.
      * Log gen execution to json file.
      * Add gen log parser and uncomment the gen.log creation.
      * Add skeleton of the regenerateSdk feature.
      * Load ZCL packages.
      * Load generation templates.
      * Stop complaining about electron versions all the time.
      * Add test SDK file and add a test entry point.
      未验证
      1e9a813d
  3. 7月 16, 2022
  4. 7月 14, 2022
    • Timotej Ecimovic's avatar
      Clean up server-mode for concurrent use (#598) · 0fe96a7d
      Timotej Ecimovic 创作于
      * Share the ipc socket same way as single-instance shares sockets.
      
      * Some code cleanup.
      
      * Increase feature level to trigger IDE tests.
      
      * Make server load both zigbee and matter data.
      
      * Fix the hang of the generation in the client/server case.
      未验证
      0fe96a7d
  5. 7月 13, 2022
  6. 7月 12, 2022
  7. 7月 02, 2022
  8. 7月 01, 2022
    • Timotej Ecimovic's avatar
      Event field types (#574) · ae43c99f
      Timotej Ecimovic 创作于
      * Add unit test for event field type checking.
      未验证
      ae43c99f
    • Timotej Ecimovic's avatar
      Version automatic handling (#577) · 7c7774fe
      Timotej Ecimovic 创作于
      * Update versioning scheme to on-the-fly inject a correct version for build.
      
      * Add npm targets for version fake/real stamping.
      
      * Update version-stamp with creating a real version in package.json
      
      * Move a package.json logic to a function in script-util.
      
      * Update printouts.
      
      * When building, use a timestamp of a last git commit, NOT the current time.
      未验证
      7c7774fe
  9. 6月 25, 2022
  10. 6月 23, 2022
    • Timotej Ecimovic's avatar
      Expand package info (#566) · 17f57f09
      Timotej Ecimovic 创作于
      * Clean up some package queries and encapsulate db.
      
      * Fix the loading of templates and zcl packages to include category and description.
      
      * Increase feature level.
      
      * Update generation templates handling with the new columns.
      
      * Update preview and add the template name to the db.
      
      * Update expected electron version to what we actually have.
      未验证
      17f57f09
  11. 6月 21, 2022
  12. 6月 16, 2022
    • Bharat Dandu's avatar
      Adding helpers for zcl cli commands such that the right content is generated... · 774d3270
      Bharat Dandu 创作于
      Adding helpers for zcl cli commands such that the right content is generated for Zigbee and other cleanup.
      
      - Increasing the feature level pointer for apacka.json
      - Checking for lowercase when querying bitmaps and enums since the atomics are in uppper case under certain occasions for eg BITMAP8 instead of bitmap8
      - Getting rid of the cli helpers in helper-zcl.js and using the new data_type table after the schema change instead of the old logic. Also moving the cli helpers int helper-zigbee-zcl since it is specific to zigbee 3.0 only
      - Adding helper-zigbee-zcl.js to template-engine such that the helpers are included
      - Adding the new zcl cli helper in zap-cli.zapt such that testing of the new helper is covered along with the old one.
      - JIRA: ZAPP-802
      774d3270
  13. 6月 12, 2022
  14. 6月 11, 2022
  15. 6月 09, 2022
  16. 6月 08, 2022
  17. 6月 07, 2022
  18. 6月 06, 2022
  19. 6月 04, 2022
  20. 5月 25, 2022
  21. 5月 22, 2022
  22. 5月 19, 2022
  23. 5月 16, 2022
  24. 5月 14, 2022
  25. 5月 13, 2022
  26. 5月 12, 2022
  27. 5月 11, 2022
    • Bharat Dandu's avatar
      Cleanup · e905c60a
      Bharat Dandu 创作于
      JIRA: ZAPP-757
      e905c60a
    • Bharat Dandu's avatar
      Adding helpers and cleaning up the code such that the new data type schema can... · 58ab18a8
      Bharat Dandu 创作于
      Adding helpers and cleaning up the code such that the new data type schema can be used for matter regen
      
      - quer-data-type.js: Added selectSizeFromType to calculate the size of data types from the new data type table
      - query-loader.js: Adding the reason for code falling into the else case. This happens when we have a cluster extension for a cluster which does not exist
      - query-string.js: Adding a query to find the strings based on id
      - helper-string-matter.js: This is a replica of StringHelper.js. Moving this file into the zap repo. There are other files which will need to be moved into the zap repo as well. Also deprecating helpers based on the naming convention for helpers
      - helper-zcl.js: Adding the if_is_string helper which can be used by zap templates to detect if a type is a string or not.
      - template-engine.js: Adding some error handling here
      - type.js: Using the newly created queryZcl.selectSizeFromType instead of queryZcl.selectAtomicSizeFromType based on the new schema and getting rid of selectAtomicSizeFromType
      - JIRA: ZAPP-757
      58ab18a8
    • Jing T's avatar
      enforce zigbee shared cluster logic (#490) · 5664c50b
      Jing T 创作于
      Align shared Cluster attribute/command configurations across endpoint for Zigbee
      
      Within Zigbee, special rules apply when a cluster is enabled across multiple endpoints.
      For the applied cluster, the attributes / commands configuration state are global across endpoints.
      This behavior is toggled via 
      "generator": {"shareClusterStatesAcrossEndpoints": "true"} in SDK gen-template files.
      
      BUG: ZAPP-715
      未验证
      5664c50b
  28. 5月 06, 2022
  29. 5月 05, 2022
加载中