ESPHome
2024.10.2
|
#include <automation.h>
Public Member Functions | |
TEMPLATABLE_VALUE (int8_t, hw_frontend_reset) TEMPLATABLE_VALUE(int | |
frequency | TEMPLATABLE_VALUE (int, sensing_distance) TEMPLATABLE_VALUE(int |
frequency poweron_selfcheck_time | TEMPLATABLE_VALUE (int, power_consumption) TEMPLATABLE_VALUE(int |
frequency poweron_selfcheck_time protect_time | TEMPLATABLE_VALUE (int, trigger_base) TEMPLATABLE_VALUE(int |
frequency poweron_selfcheck_time protect_time trigger_keep | TEMPLATABLE_VALUE (int, stage_gain) void play(Ts... x) |
Public Member Functions inherited from esphome::Action< Ts... > | |
virtual void | play_complex (Ts... x) |
virtual void | stop_complex () |
virtual bool | is_running () |
Check if this or any of the following actions are currently running. More... | |
int | num_running_total () |
The total number of actions that are currently running in this plus any of the following actions in the chain. More... | |
Public Member Functions inherited from esphome::Parented< AT581XComponent > | |
Parented () | |
Parented (AT581XComponent *parent) | |
AT581XComponent * | get_parent () const |
Get the parent of this object. More... | |
void | set_parent (AT581XComponent *parent) |
Set the parent of this object. More... | |
Additional Inherited Members | |
Protected Member Functions inherited from esphome::Action< Ts... > | |
virtual void | play (Ts... x)=0 |
void | play_next_ (Ts... x) |
void | play_next_tuple_ (const std::tuple< Ts... > &tuple, seq< S... >) |
void | play_next_tuple_ (const std::tuple< Ts... > &tuple) |
virtual void | stop () |
void | stop_next_ () |
bool | is_running_next_ () |
Protected Attributes inherited from esphome::Action< Ts... > | |
friend | ActionList< Ts... > |
Action< Ts... > * | next_ |
int | num_running_ |
The number of instances of this sequence in the list of actions that is currently being executed. More... | |
Protected Attributes inherited from esphome::Parented< AT581XComponent > | |
AT581XComponent * | parent_ |
Definition at line 16 of file automation.h.
esphome::at581x::AT581XSettingsAction< Ts >::TEMPLATABLE_VALUE | ( | int8_t | , |
hw_frontend_reset | |||
) |
frequency esphome::at581x::AT581XSettingsAction< Ts >::TEMPLATABLE_VALUE | ( | int | , |
sensing_distance | |||
) |
frequency poweron_selfcheck_time esphome::at581x::AT581XSettingsAction< Ts >::TEMPLATABLE_VALUE | ( | int | , |
power_consumption | |||
) |
frequency poweron_selfcheck_time protect_time esphome::at581x::AT581XSettingsAction< Ts >::TEMPLATABLE_VALUE | ( | int | , |
trigger_base | |||
) |
|
inline |
Definition at line 26 of file automation.h.