|
ESPHome 2026.4.0-dev
|
#include <automation.h>
Public Member Functions | |
| CoverTrigger (Cover *a_cover) | |
Public Member Functions inherited from esphome::Trigger<> | |
| void | trigger (const Ts &...x) ESPHOME_ALWAYS_INLINE |
| Inform the parent automation that the event has triggered. | |
| void | set_automation_parent (Automation< Ts... > *automation_parent) |
| void | stop_action () |
| Stop any action connected to this trigger. | |
| bool | is_action_running () |
| Returns true if any action connected to this trigger is running. | |
Protected Attributes | |
| Cover * | cover_ |
| optional< CoverOperation > | last_operation_ {} |
Protected Attributes inherited from esphome::Trigger<> | |
| Automation< Ts... > * | automation_parent_ |
Definition at line 126 of file automation.h.
|
inline |
Definition at line 128 of file automation.h.
|
protected |
Definition at line 141 of file automation.h.
|
protected |
Definition at line 142 of file automation.h.