https://github.com/zigbee-rs/zigbee-cluster-library
Implements the ZigBee Cluster Library in `no-std` based on the ZigBee Cluster Library specification R6 1.0
https://github.com/zigbee-rs/zigbee-cluster-library
Last synced: about 1 year ago
JSON representation
Implements the ZigBee Cluster Library in `no-std` based on the ZigBee Cluster Library specification R6 1.0
- Host: GitHub
- URL: https://github.com/zigbee-rs/zigbee-cluster-library
- Owner: zigbee-rs
- License: apache-2.0
- Created: 2025-01-11T15:51:15.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-11T15:53:25.000Z (over 1 year ago)
- Last Synced: 2025-02-28T18:07:18.384Z (over 1 year ago)
- Language: Rust
- Size: 8.79 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
# zigbee cluster library

[](https://github.com/thebino/zigbee-cluster-library/graphs/contributors)
[](./LICENSE.md)


The **ZigBee cluster library** in `no_std` defines a set of standard commands and behaviors used for communication between
devices within a Zigbee network.
Zigbee is a wireless communication technology designed for low-power devices in smart homes and industrial settings.
This library enables the interoperability among devices within a Zigbee network, allowing them to communicate and
perform specific functions based on the defined clusters.
These clusters represent various device capabilities such as lighting control, sensor data collection, and home automation.