ESPHome  2024.3.1
Data Structures | Enumerations
esphome::integration Namespace Reference

Data Structures

class  IntegrationSensor
 
class  ResetAction
 

Enumerations

enum  IntegrationSensorTime {
  INTEGRATION_SENSOR_TIME_MILLISECOND = 0, INTEGRATION_SENSOR_TIME_SECOND, INTEGRATION_SENSOR_TIME_MINUTE, INTEGRATION_SENSOR_TIME_HOUR,
  INTEGRATION_SENSOR_TIME_DAY
}
 
enum  IntegrationMethod { INTEGRATION_METHOD_TRAPEZOID = 0, INTEGRATION_METHOD_LEFT, INTEGRATION_METHOD_RIGHT }
 

Enumeration Type Documentation

◆ IntegrationMethod

Enumerator
INTEGRATION_METHOD_TRAPEZOID 
INTEGRATION_METHOD_LEFT 
INTEGRATION_METHOD_RIGHT 

Definition at line 20 of file integration_sensor.h.

◆ IntegrationSensorTime

Enumerator
INTEGRATION_SENSOR_TIME_MILLISECOND 
INTEGRATION_SENSOR_TIME_SECOND 
INTEGRATION_SENSOR_TIME_MINUTE 
INTEGRATION_SENSOR_TIME_HOUR 
INTEGRATION_SENSOR_TIME_DAY 

Definition at line 12 of file integration_sensor.h.