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