ESPHome  2024.4.0
Public Member Functions | Protected Attributes
esphome::light::LightIsOnCondition< Ts > Class Template Reference

#include <automation.h>

Inheritance diagram for esphome::light::LightIsOnCondition< Ts >:
esphome::Condition< Ts... >

Public Member Functions

 LightIsOnCondition (LightState *state)
 
bool check (Ts... x) override
 
- Public Member Functions inherited from esphome::Condition< Ts... >
bool check_tuple (const std::tuple< Ts... > &tuple)
 Call check with a tuple of values as parameter. More...
 

Protected Attributes

LightStatestate_
 

Additional Inherited Members

- Protected Member Functions inherited from esphome::Condition< Ts... >
bool check_tuple_ (const std::tuple< Ts... > &tuple, seq< S... >)
 

Detailed Description

template<typename... Ts>
class esphome::light::LightIsOnCondition< Ts >

Definition at line 92 of file automation.h.

Constructor & Destructor Documentation

◆ LightIsOnCondition()

template<typename... Ts>
esphome::light::LightIsOnCondition< Ts >::LightIsOnCondition ( LightState state)
inlineexplicit

Definition at line 94 of file automation.h.

Member Function Documentation

◆ check()

template<typename... Ts>
bool esphome::light::LightIsOnCondition< Ts >::check ( Ts...  x)
inlineoverridevirtual

Implements esphome::Condition< Ts... >.

Definition at line 95 of file automation.h.

Field Documentation

◆ state_

template<typename... Ts>
LightState* esphome::light::LightIsOnCondition< Ts >::state_
protected

Definition at line 98 of file automation.h.


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