pub fn decode_granularity(tlv: &[u8]) -> Result<GranularityEnum, ClusterError>Expand description
Decode the Granularity attribute value.
ยงErrors
Returns ClusterError on a type mismatch or out-of-range value.
pub fn decode_granularity(tlv: &[u8]) -> Result<GranularityEnum, ClusterError>Decode the Granularity attribute value.
Returns ClusterError on a type mismatch or out-of-range value.