Skip to content
代码片段 群组 项目
该项目从 https://github.com/project-chip/zap 镜像。 拉取镜像更新于
  1. 7月 02, 2022
  2. 7月 01, 2022
    • Timotej Ecimovic's avatar
      Minor UI improvements. (#575) · 2edfc857
      Timotej Ecimovic 创作于
      * Cleanup the naming of axios global accessor functions.
      * Add license checker to workflow.
      未验证
      2edfc857
    • Timotej Ecimovic's avatar
      Event field types (#574) · ae43c99f
      Timotej Ecimovic 创作于
      * Add unit test for event field type checking.
      未验证
      ae43c99f
    • Bharat Raju's avatar
      Removing unecessary columns being pulled for the queries (#564) · 8e05bc31
      Bharat Raju 创作于
      Returning from insertDataType just like the other insert functions
      Adding cluster id since it is being used by our code.
      Removing dbcache usage since it seems to slow down the generation based on the following statistics
      Upon generating z3Light app with dbcache: Average time taken across 5 runs: 24.8812
      Upon generating z3Light app without dbcache: Average time taken across 5 runs: 19.272
      These changes are saving around 5s locally
      Adding the command argument count to the command queries to avoid additional sql calls for finding out the count within a block helper to reduce the complexity of the template
      Bumping the feature level for zap
      JIRA: EMZIGBEE-9385
      未验证
      8e05bc31
    • 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
  3. 6月 25, 2022
  4. 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
  5. 6月 21, 2022
  6. 6月 20, 2022
  7. 6月 18, 2022
  8. 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
  9. 6月 12, 2022
  10. 6月 11, 2022
  11. 6月 09, 2022
  12. 6月 08, 2022
  13. 6月 07, 2022
  14. 6月 06, 2022
加载中