Module types

Source
Expand description

Core types for Aranet sensor data.

Structs§

CurrentReading
Current reading from an Aranet sensor.
CurrentReadingBuilder
Builder for constructing CurrentReading with device-specific fields.
DeviceInfo
Device information from an Aranet sensor.
DeviceInfoBuilder
Builder for constructing DeviceInfo.
HistoryRecord
A historical reading record from an Aranet sensor.
HistoryRecordBuilder
Builder for constructing HistoryRecord with device-specific fields.

Enums§

DeviceType
Type of Aranet device.
Status
CO2 level status indicator.

Constants§

MIN_ARANET2_READING_BYTES
Minimum number of bytes required to parse an Aranet2 CurrentReading.
MIN_CURRENT_READING_BYTES
Minimum number of bytes required to parse an Aranet4 CurrentReading.
MIN_RADIATION_READING_BYTES
Minimum number of bytes required to parse an Aranet Radiation CurrentReading.
MIN_RADON_GATT_READING_BYTES
Minimum number of bytes required to parse an Aranet Radon GATT CurrentReading.
MIN_RADON_READING_BYTES
Minimum number of bytes required to parse an Aranet Radon CurrentReading (advertisement format).