pub fn parse_aranet_radiation_gatt(data: &[u8]) -> Result<ExtendedReading>Expand description
Parse Aranet Radiation readings from GATT characteristic.
Delegates to CurrentReading::from_bytes_radiation for the core reading,
then extracts the measurement duration from bytes 19-26 (which CurrentReading
does not store).