ESPHome
2024.10.2
|
#include <duty_time_sensor.h>
Public Member Functions | |
RunningCondition (DutyTimeSensor *parent, bool state) | |
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... | |
Public Member Functions inherited from esphome::Parented< DutyTimeSensor > | |
Parented () | |
Parented (DutyTimeSensor *parent) | |
DutyTimeSensor * | get_parent () const |
Get the parent of this object. More... | |
void | set_parent (DutyTimeSensor *parent) |
Set the parent of this object. More... | |
Protected Member Functions | |
bool | check (Ts... x) override |
Protected Member Functions inherited from esphome::Condition< Ts... > | |
bool | check_tuple_ (const std::tuple< Ts... > &tuple, seq< S... >) |
Protected Attributes | |
bool | state_ |
Protected Attributes inherited from esphome::Parented< DutyTimeSensor > | |
DutyTimeSensor * | parent_ |
Definition at line 66 of file duty_time_sensor.h.
|
inlineexplicit |
Definition at line 68 of file duty_time_sensor.h.
|
inlineoverrideprotectedvirtual |
Implements esphome::Condition< Ts... >.
Definition at line 71 of file duty_time_sensor.h.
|
protected |
Definition at line 72 of file duty_time_sensor.h.