Module readings

Source
Expand description

Reading current sensor values.

This module provides functionality to read the current sensor values from a connected Aranet device.

The primary methods for reading are on the Device struct, but this module provides parsing utilities for different device types.

Structs§

ExtendedReading
Extended reading that includes all available sensor data.

Functions§

parse_aranet2_reading
Parse Aranet2 current readings (temperature and humidity only).
parse_aranet4_reading
Parse Aranet4 current readings from the detailed characteristic.
parse_aranet_radiation_gatt
Parse Aranet Radiation readings from GATT characteristic.
parse_aranet_radon_gatt
Parse Aranet Radon readings from GATT characteristic (f0cd3003 or f0cd1504).
parse_aranet_radon_reading
Parse Aranet Radon readings from advertisement data.
parse_extended_reading
Parse an extended reading based on device type.
parse_reading_for_device
Parse a reading based on device type.