Crate aircontrol
source ·Expand description
This module provides a Rust interface for interacting with Dostmann TFA AIRCO2NTROL Mini and Coach.
The goal is to monitor environmental parameters such as CO2 levels, temperature, and humidity.
It leverages the hidapi
library for cross-plattform HID communication. The library provides a structured
and multithreaded approach to data acquisition and event handling.
Structs§
- Represents a struct for the AirControl coach and mini devices, allowing for monitoring of CO2 levels, temperature, and humidity.
- Contains data of a single set of sensor readings collected from a AirControl device.