pub fn parse_reading_for_device(
data: &[u8],
device_type: DeviceType,
) -> Result<CurrentReading>Expand description
Parse a reading based on device type (GATT format).
Delegates to CurrentReading::from_bytes_for_device.
pub fn parse_reading_for_device(
data: &[u8],
device_type: DeviceType,
) -> Result<CurrentReading>Parse a reading based on device type (GATT format).
Delegates to CurrentReading::from_bytes_for_device.