An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# zigbee cluster library

![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/thebino/zigbee-cluster-library/ci.yaml?style=for-the-badge)
[![GitHub contributors](https://img.shields.io/github/contributors/thebino/zigbee-cluster-library?color=success&style=for-the-badge)](https://github.com/thebino/zigbee-cluster-library/graphs/contributors)
[![License](https://img.shields.io/github/license/thebino/zigbee-cluster-library?style=for-the-badge)](./LICENSE.md)
![ZigBee](https://img.shields.io/badge/zigbee-22.1.0-blue?color=4285F4&logo=zigbee&style=for-the-badge)
![Rust](https://img.shields.io/badge/rust-2018-orange?color=E45928&logo=rust&style=for-the-badge)

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.