ESPHome  2024.3.1
Data Structures | Enumerations | Variables
esphome::sgp4x Namespace Reference

Data Structures

struct  GasTuning
 
struct  SGP4xBaselines
 
class  SGP4xComponent
 This class implements support for the Sensirion sgp4x i2c GAS (VOC) sensors. More...
 

Enumerations

enum  SgpType { SGP40, SGP41 }
 

Variables

struct esphome::sgp4x::SGP4xBaselines PACKED
 
const uint32_t SHORTEST_BASELINE_STORE_INTERVAL = 10800
 
const float MAXIMUM_STORAGE_DIFF = 50.0f
 

Enumeration Type Documentation

◆ SgpType

Enumerator
SGP40 
SGP41 

Definition at line 22 of file sgp4x.h.

Variable Documentation

◆ MAXIMUM_STORAGE_DIFF

const float esphome::sgp4x::MAXIMUM_STORAGE_DIFF = 50.0f

Definition at line 53 of file sgp4x.h.

◆ PACKED

struct esphome::sgp4x::SGP4xBaselines esphome::sgp4x::PACKED

◆ SHORTEST_BASELINE_STORE_INTERVAL

const uint32_t esphome::sgp4x::SHORTEST_BASELINE_STORE_INTERVAL = 10800

Definition at line 47 of file sgp4x.h.