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