Skip to content

Commit

Permalink
add example
Browse files Browse the repository at this point in the history
  • Loading branch information
paulr34 committed Nov 12, 2024
1 parent 390df00 commit 44ed32b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/external-helpers.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Adding Externalized Helpers to the SDK

## Example

https://github.com/project-chip/zap/blob/master/test/gen-template/matter/external-addon-helper.js

## Introduction

This guide explains how to add and manage externalized helper functions in the SDK, which interacts with ZAP (ZCL Advanced Platform). Initially, the SDK helpers were external to the ZAP repository, but due to maintenance and design concerns, they were moved into the ZAP repository. With the introduction of a new design pattern, SDK developers now have the flexibility to create their own externalized helpers and integrate them without requiring access to ZAP's source code.
Expand Down

0 comments on commit 44ed32b

Please sign in to comment.