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