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