MeshTalos-Client/managed_components/espressif__esp-zigbee-lib
2025-12-03 14:20:11 +08:00
..
include first commit 2025-12-03 14:20:11 +08:00
lib first commit 2025-12-03 14:20:11 +08:00
src/radio_spinel first commit 2025-12-03 14:20:11 +08:00
.component_hash first commit 2025-12-03 14:20:11 +08:00
CHECKSUMS.json first commit 2025-12-03 14:20:11 +08:00
CMakeLists.txt first commit 2025-12-03 14:20:11 +08:00
idf_component.yml first commit 2025-12-03 14:20:11 +08:00
Kconfig first commit 2025-12-03 14:20:11 +08:00
LICENSE first commit 2025-12-03 14:20:11 +08:00
README.md first commit 2025-12-03 14:20:11 +08:00

esp-zigbee-lib

Introduction

This component contains a binary library supporting the esp-zigbee-lib. It provides most of the APIs that users could use in the Zigbee product project development.
In this component it provides:
+ Varieties of ZDO, ZCL command
+ Standard Home Automation off-the-shelf devices
+ Zigbee stack related functions to support ZC, ZR and ZED
+ Varieties of device callback to support device handling ZCL command
+ Customized function to create attribute, cluster and endpoint
+ Zigbee security to support install code related function
+ More to come ... ...

For the list of current supported ZCL clusters, attributes, commands, Zigbee Home Automation devices, see details docs.

For any new feature requests, please open an issue on GitHub. We will get back to you soon.

User guide

For a demonstration of the library use, see the examples folder examples. For information on how to program Espressif SoCs, see ESP-IDF Programming Guide. For esp-zigbee-lib related user guide and documents, see docs.