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