|
Air Quality Monitor
Portable C application for collecting, storing, and analyzing air quality sensor readings
|
Configuration for one sensor slot in multi-sensor mode. More...
#include <globals.h>
Public Attributes | |
| char | mode [32] |
| Sensor mode identifier, e.g. | |
| char | plugin_path [256] |
| Path to the plugin library; empty string means use the default resolved by resolve_default_plugin_path(mode). | |
| int | enabled |
| Non-zero if this sensor slot is active for data collection. | |
| char SensorConfig::mode[32] |