ESPHome 2025.5.0
|
#include <automation.h>
Public Member Functions | |
void | add_action (Action< Ts... > *action) |
void | add_actions (const std::vector< Action< Ts... > * > &actions) |
void | play (Ts... x) |
void | play_tuple (const std::tuple< Ts... > &tuple) |
void | stop () |
bool | empty () const |
bool | is_running () |
Check if any action in this action list is currently running. | |
int | num_running () |
Return the number of actions in this action list that are currently running. | |
Protected Member Functions | |
template<int... S> | |
void | play_tuple_ (const std::tuple< Ts... > &tuple, seq< S... >) |
Protected Attributes | |
Action< Ts... > * | actions_begin_ {nullptr} |
Action< Ts... > * | actions_end_ {nullptr} |
Definition at line 187 of file automation.h.
|
inline |
Definition at line 189 of file automation.h.
|
inline |
Definition at line 197 of file automation.h.
|
inline |
Definition at line 211 of file automation.h.
|
inline |
Check if any action in this action list is currently running.
Definition at line 214 of file automation.h.
|
inline |
Return the number of actions in this action list that are currently running.
Definition at line 220 of file automation.h.
|
inline |
Definition at line 202 of file automation.h.
|
inline |
Definition at line 206 of file automation.h.
|
inlineprotected |
Definition at line 227 of file automation.h.
|
inline |
Definition at line 207 of file automation.h.
|
protected |
Definition at line 231 of file automation.h.
|
protected |
Definition at line 232 of file automation.h.