From 7171341e5a818a2ed8a04a4bdd1bb08569cf45c9 Mon Sep 17 00:00:00 2001 From: FilipZajdel Date: Fri, 15 Nov 2024 13:48:15 +0100 Subject: [PATCH] nrfconnect: Add Zigbee Add-on to nrfconnect Add new Zigbee Add on. --- index/nrfconnect.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/index/nrfconnect.json b/index/nrfconnect.json index a758b44..365fa51 100644 --- a/index/nrfconnect.json +++ b/index/nrfconnect.json @@ -2,6 +2,24 @@ "name": "nRF Connect", "description": "Official nRF Connect SDK applications", "apps": [ + { + "name": "ncs-zigbee", + "title": "Zigbee", + "description": "The Zigbee add-on for the nRF Connect SDK provides support for developing Zigbee applications based on the third-party precompiled ZBOSS stack.", + "kind": "template", + "tags": ["zigbee", "connectivity"], + "apps": "samples/*", + "license": "Other", + "releases": [ + { + "name": "Zigbee add-on v0.1.0", + "tag": "v0.1.0", + "date": "2024-11-15T12:47:22Z", + "sdk": "v2.8.0" + } + ], + "defaultBranch": "v0.1.0" + }, { "name": "ncs-example-application", "title": "nRF Connect SDK example application",