Air Quality Monitor
Portable C application for collecting, storing, and analyzing air quality sensor readings
Loading...
Searching...
No Matches
SensorConfig Struct Reference

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.
 

Detailed Description

Configuration for one sensor slot in multi-sensor mode.

Definition at line 48 of file globals.h.

Member Data Documentation

◆ mode

char SensorConfig::mode[32]

Sensor mode identifier, e.g.

"dht22" (see sensor_utils.h).

Definition at line 50 of file globals.h.


The documentation for this struct was generated from the following file: