zigbee-cluster-library 0.1.0-alpha.1

ZigBee cluster library in `no-std` based on the [ZigBee Cluster Library Rev 6 Draft 1.0](https://zigbeealliance.org/wp-content/uploads/2019/12/07-5123-06-zigbee-cluster-library-specification.pdf)
Documentation
  • Coverage
  • 100%
    1 out of 1 items documented0 out of 0 items with examples
  • Size
  • Source code size: 21.67 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 76.25 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 20s Average build duration of successful builds.
  • all releases: 18s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Repository
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • heat1q thebino

zigbee cluster library

GitHub Workflow Status GitHub contributors License ZigBee Rust

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.