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