|
ESPHome 2025.12.0-dev
|
#include <automation.h>
Public Member Functions | |
| CoverIsOpenCondition (Cover *cover) | |
| bool | check (const 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. | |
Protected Attributes | |
| Cover * | cover_ |
Additional Inherited Members | |
Protected Member Functions inherited from esphome::Condition< Ts... > | |
| bool | check_tuple_ (const std::tuple< Ts... > &tuple, seq< S... >) |
Definition at line 94 of file automation.h.
|
inline |
Definition at line 96 of file automation.h.
|
inlineoverridevirtual |
Implements esphome::Condition< Ts... >.
Definition at line 97 of file automation.h.
|
protected |
Definition at line 100 of file automation.h.