|
ESPHome 2026.1.0-dev
|
#include <automation.h>
Public Member Functions | |
| LightTurnOffTrigger (LightState *a_light) | |
| void | on_light_target_state_reached () override |
Public Member Functions inherited from esphome::Trigger<> | |
| void | trigger (const Ts &...x) |
| 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. | |
Public Member Functions inherited from esphome::light::LightTargetStateReachedListener | |
Protected Attributes | |
| LightState * | light_ |
Protected Attributes inherited from esphome::Trigger<> | |
| Automation< Ts... > * | automation_parent_ |
Definition at line 148 of file automation.h.
|
inlineexplicit |
Definition at line 150 of file automation.h.
|
inlineoverridevirtual |
Implements esphome::light::LightTargetStateReachedListener.
Definition at line 154 of file automation.h.
|
protected |
Definition at line 163 of file automation.h.