ESPHome  2024.6.6
Data Fields
esphome::ltr_als_ps::LTRAlsPsComponent::AlsReadings Struct Reference

#include <ltr_als_ps.h>

Data Fields

uint16_t ch0 {0}
 
uint16_t ch1 {0}
 
AlsGain gain {AlsGain::GAIN_1}
 
IntegrationTime integration_time {IntegrationTime::INTEGRATION_TIME_100MS}
 
float lux {0.0f}
 
uint8_t number_of_adjustments {0}
 

Detailed Description

Definition at line 84 of file ltr_als_ps.h.

Field Documentation

◆ ch0

uint16_t esphome::ltr_als_ps::LTRAlsPsComponent::AlsReadings::ch0 {0}

Definition at line 85 of file ltr_als_ps.h.

◆ ch1

uint16_t esphome::ltr_als_ps::LTRAlsPsComponent::AlsReadings::ch1 {0}

Definition at line 86 of file ltr_als_ps.h.

◆ gain

AlsGain esphome::ltr_als_ps::LTRAlsPsComponent::AlsReadings::gain {AlsGain::GAIN_1}

Definition at line 87 of file ltr_als_ps.h.

◆ integration_time

IntegrationTime esphome::ltr_als_ps::LTRAlsPsComponent::AlsReadings::integration_time {IntegrationTime::INTEGRATION_TIME_100MS}

Definition at line 88 of file ltr_als_ps.h.

◆ lux

float esphome::ltr_als_ps::LTRAlsPsComponent::AlsReadings::lux {0.0f}

Definition at line 89 of file ltr_als_ps.h.

◆ number_of_adjustments

uint8_t esphome::ltr_als_ps::LTRAlsPsComponent::AlsReadings::number_of_adjustments {0}

Definition at line 90 of file ltr_als_ps.h.


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