ESPHome  2024.4.1
Data Structures | Variables
esphome::sgp30 Namespace Reference

Data Structures

struct  SGP30Baselines
 
class  SGP30Component
 This class implements support for the Sensirion SGP30 i2c GAS (VOC and CO2eq) sensors. More...
 

Variables

const uint32_t IAQ_BASELINE_WARM_UP_SECONDS_WITH_BASELINE_PROVIDED = 3600
 
const uint32_t IAQ_BASELINE_WARM_UP_SECONDS_WITHOUT_BASELINE = 43200
 
const uint32_t SHORTEST_BASELINE_STORE_INTERVAL = 3600
 
const uint32_t MAXIMUM_STORAGE_DIFF = 50
 
struct esphome::sgp30::SGP30Baselines PACKED
 

Variable Documentation

◆ IAQ_BASELINE_WARM_UP_SECONDS_WITH_BASELINE_PROVIDED

const uint32_t esphome::sgp30::IAQ_BASELINE_WARM_UP_SECONDS_WITH_BASELINE_PROVIDED = 3600

Definition at line 22 of file sgp30.cpp.

◆ IAQ_BASELINE_WARM_UP_SECONDS_WITHOUT_BASELINE

const uint32_t esphome::sgp30::IAQ_BASELINE_WARM_UP_SECONDS_WITHOUT_BASELINE = 43200

Definition at line 26 of file sgp30.cpp.

◆ MAXIMUM_STORAGE_DIFF

const uint32_t esphome::sgp30::MAXIMUM_STORAGE_DIFF = 50

Definition at line 33 of file sgp30.cpp.

◆ PACKED

struct esphome::sgp30::SGP30Baselines esphome::sgp30::PACKED

◆ SHORTEST_BASELINE_STORE_INTERVAL

const uint32_t esphome::sgp30::SHORTEST_BASELINE_STORE_INTERVAL = 3600

Definition at line 30 of file sgp30.cpp.