ESPHome  2024.3.1
Public Member Functions | Protected Attributes
esphome::cover::CoverIsClosedCondition< Ts > Class Template Reference

#include <automation.h>

Inheritance diagram for esphome::cover::CoverIsClosedCondition< Ts >:
esphome::Condition< Ts... >

Public Member Functions

 CoverIsClosedCondition (Cover *cover)
 
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

Covercover_
 

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::cover::CoverIsClosedCondition< Ts >

Definition at line 103 of file automation.h.

Constructor & Destructor Documentation

◆ CoverIsClosedCondition()

template<typename... Ts>
esphome::cover::CoverIsClosedCondition< Ts >::CoverIsClosedCondition ( Cover cover)
inline

Definition at line 105 of file automation.h.

Member Function Documentation

◆ check()

template<typename... Ts>
bool esphome::cover::CoverIsClosedCondition< Ts >::check ( Ts...  x)
inlineoverridevirtual

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

Definition at line 106 of file automation.h.

Field Documentation

◆ cover_

template<typename... Ts>
Cover* esphome::cover::CoverIsClosedCondition< Ts >::cover_
protected

Definition at line 109 of file automation.h.


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