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