Skip to content
代码片段 群组 项目
选择Git版本
  • d3e773101950371bfe29ea177be5bd963d59ce3c
  • master 默认 受保护
  • rel
  • asuppercamelcase
  • revert-1597-task/betterPackaging
  • dependabot/npm_and_yarn/http-proxy-middleware-2.0.9
  • dependabot/npm_and_yarn/vite-5.4.18
  • support_upper_camel
  • dependabot/npm_and_yarn/multi-bf4b870b6d
  • dependabot/npm_and_yarn/tar-fs-2.1.2
  • dependabot/npm_and_yarn/serialize-javascript-6.0.2
  • dependabot/npm_and_yarn/nanoid-3.3.8
  • dependabot/npm_and_yarn/multi-2b5567a266
  • dependabot/npm_and_yarn/webpack-5.95.0
  • dependabot/npm_and_yarn/multi-44e6d9943d
  • dependabot/npm_and_yarn/multi-46b2b0a00b
  • dependabot/npm_and_yarn/follow-redirects-1.15.6
  • dependabot/npm_and_yarn/webpack-dev-middleware-5.3.4
  • dependabot/npm_and_yarn/ip-2.0.1
  • dependabot/npm_and_yarn/tough-cookie-and-cypress/request-and-electron-rebuild-4.1.3
  • emargolis/feature/support-eventlist
  • v2025.09.24-nightly
  • v2025.09.23-nightly
  • v2025.09.10-nightly
  • v2025.08.27-nightly
  • v2025.07.24
  • v2025.07.24-nightly
  • v2025.07.08-nightly
  • v2025.06.09
  • v2025.05.22
  • v2025.05.14
  • v2025.05.13
  • v2025.05.07
  • v2025.05.06-nightly
  • v2025.04.29-nightly
  • v2025.04.28-nightly
  • v2025.04.15-nightly
  • v2025.04.10
  • v2025.04.10-nightly
  • v2025.04.08-nightly
  • v2025.04.03-nightly
41 个结果

zap

  • 打开方式
  • 下载源代码
  • 您的工作区

      工作区是您在极狐GitLab 中的代码的虚拟沙盒环境。

      没有可用的代理来创建工作区。请查阅 工作区文档 进行故障排除。

  • 用户头像
    Philip Gregor authored and GitHub committed
    * tv-casting-app: ZAP generation js helper
    
    * Update src-electron/generator/matter/darwin/Framework/CHIP/templates/helper.js
    
    Commit suggestion by bzbarsky-apple
    
    Co-authored-by: default avatarBoris Zbarsky <bzbarsky@apple.com>
    d3e77310
    历史
    用户头像 d3e77310

    ZCL Advanced Platform

    ZCL Advanced Platform

    Build and release packages Zigbee code regeneration Matter code regeneration

    What is ZAP?

    ZAP is a generic generation engine and user interface for applications and libraries based on Zigbee Cluster Library, the specification developed by the Connectivity Standards Alliance.

    ZAP allows you to perform the following:

    • perform SDK-specific customized generation of all global artifacts (constants, types, IDs, etc) based on the ZCL specification
    • provide UI for the end-user to select specific application configuration (clusters, attributes, commands, etc.)
    • perform SDK-specific customized generation of all user selected configuration artifacts (application configuration, endpoint configuration, etc) based on ZCL specification and customer-provided application configuration.

    ZAP is a generic templating engine. Examples are provided for how to generate artifacts for the C language environment, but one could easily add new templates for other language environments, such as C++, java, node.js, python or any other.

    Quick setup

    Refer to Setup Instructions

    Source code

    Refer to development instructions for more details.

    License

    This software is licensed under Apache 2.0 license.

    Usage Documentation

    Detailed Developer Documentation