|
ESPHome 2025.12.0-dev
|
#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} |
Definition at line 149 of file veml7700.h.
Definition at line 153 of file veml7700.h.
| IntegrationTime esphome::veml7700::VEML7700Component::Readings::actual_time {INTEGRATION_TIME_100MS} |
Definition at line 152 of file veml7700.h.
| uint16_t esphome::veml7700::VEML7700Component::Readings::als_counts {0} |
Definition at line 150 of file veml7700.h.
| float esphome::veml7700::VEML7700Component::Readings::als_lux {0} |
Definition at line 154 of file veml7700.h.
| ErrorCode esphome::veml7700::VEML7700Component::Readings::err {i2c::ERROR_OK} |
Definition at line 157 of file veml7700.h.
| float esphome::veml7700::VEML7700Component::Readings::fake_infrared_lux {0} |
Definition at line 156 of file veml7700.h.
| uint16_t esphome::veml7700::VEML7700Component::Readings::white_counts {0} |
Definition at line 151 of file veml7700.h.
| float esphome::veml7700::VEML7700Component::Readings::white_lux {0} |
Definition at line 155 of file veml7700.h.