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