pub fn parse_extended_reading(
data: &[u8],
device_type: DeviceType,
) -> Result<ExtendedReading>Expand description
Parse an extended reading based on device type.
pub fn parse_extended_reading(
data: &[u8],
device_type: DeviceType,
) -> Result<ExtendedReading>Parse an extended reading based on device type.