zigbee-cluster-library 0.1.0-alpha.3

ZigBee cluster library based on the official ZigBee Cluster Library Rev 6 Draft 1.0
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
/// Provides an interface to Illuminance level sensing functionality, including
/// configuration and provision of notifications of wheter the illuminance is
/// within, above or below a target band.
pub mod illuminance;

// Provides an interface to pressure measurement functionality, including
// configuration and provision of notifications of pressure measurements.
// pub mod pressure;

// Provides an interface to temperature measurement functionality, including
// configuration and provision of notifications of temperature measurements.
// pub mod temperature;