ESPHome 2025.5.0
Loading...
Searching...
No Matches
esphome::fan::FanStateTrigger Class Reference

#include <automation.h>

Inheritance diagram for esphome::fan::FanStateTrigger:
esphome::Trigger< Fan * >

Public Member Functions

 FanStateTrigger (Fan *state)
 
- Public Member Functions inherited from esphome::Trigger< Fan * >
void trigger (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.
 

Additional Inherited Members

- Protected Attributes inherited from esphome::Trigger< Fan * >
Automation< Ts... > * automation_parent_
 

Detailed Description

Definition at line 114 of file automation.h.

Constructor & Destructor Documentation

◆ FanStateTrigger()

esphome::fan::FanStateTrigger::FanStateTrigger ( Fan * state)
inline

Definition at line 116 of file automation.h.


The documentation for this class was generated from the following file: