pub fn parse_aranet_radon_gatt(data: &[u8]) -> Result<CurrentReading>Expand description
Parse Aranet Radon readings from GATT characteristic (f0cd3003 or f0cd1504).
Delegates to CurrentReading::from_bytes_radon.
pub fn parse_aranet_radon_gatt(data: &[u8]) -> Result<CurrentReading>Parse Aranet Radon readings from GATT characteristic (f0cd3003 or f0cd1504).
Delegates to CurrentReading::from_bytes_radon.