From 44ed32b2a20744c2fd1396daff16d10e37e45d28 Mon Sep 17 00:00:00 2001 From: Paul Regan Date: Tue, 12 Nov 2024 09:59:39 -0500 Subject: [PATCH] add example --- docs/external-helpers.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/external-helpers.md b/docs/external-helpers.md index 231e3dc115..7500e9f6ac 100644 --- a/docs/external-helpers.md +++ b/docs/external-helpers.md @@ -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.