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§
- Extended
Reading - 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.