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