ESPHome  2024.5.0
Data Fields
esphome::veml7700::VEML7700Component::Readings Struct Reference

#include <veml7700.h>

Data Fields

uint16_t als_counts {0}
 
uint16_t white_counts {0}
 
IntegrationTime actual_time {INTEGRATION_TIME_100MS}
 
Gain actual_gain {X_1_8}
 
float als_lux {0}
 
float white_lux {0}
 
float fake_infrared_lux {0}
 
ErrorCode err {i2c::ERROR_OK}
 

Detailed Description

Definition at line 151 of file veml7700.h.

Field Documentation

◆ actual_gain

Gain esphome::veml7700::VEML7700Component::Readings::actual_gain {X_1_8}

Definition at line 155 of file veml7700.h.

◆ actual_time

IntegrationTime esphome::veml7700::VEML7700Component::Readings::actual_time {INTEGRATION_TIME_100MS}

Definition at line 154 of file veml7700.h.

◆ als_counts

uint16_t esphome::veml7700::VEML7700Component::Readings::als_counts {0}

Definition at line 152 of file veml7700.h.

◆ als_lux

float esphome::veml7700::VEML7700Component::Readings::als_lux {0}

Definition at line 156 of file veml7700.h.

◆ err

ErrorCode esphome::veml7700::VEML7700Component::Readings::err {i2c::ERROR_OK}

Definition at line 159 of file veml7700.h.

◆ fake_infrared_lux

float esphome::veml7700::VEML7700Component::Readings::fake_infrared_lux {0}

Definition at line 158 of file veml7700.h.

◆ white_counts

uint16_t esphome::veml7700::VEML7700Component::Readings::white_counts {0}

Definition at line 153 of file veml7700.h.

◆ white_lux

float esphome::veml7700::VEML7700Component::Readings::white_lux {0}

Definition at line 157 of file veml7700.h.


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