ESPHome  2024.3.1
Public Member Functions
esphome::climate::ControlAction< Ts > Class Template Reference

#include <automation.h>

Inheritance diagram for esphome::climate::ControlAction< Ts >:
esphome::Action< Ts... >

Public Member Functions

 ControlAction (Climate *climate)
 
 TEMPLATABLE_VALUE (ClimateMode, mode) TEMPLATABLE_VALUE(float
 
target_temperature TEMPLATABLE_VALUE (float, target_temperature_low) TEMPLATABLE_VALUE(float
 
target_temperature target_temperature_high TEMPLATABLE_VALUE (float, target_humidity) TEMPLATABLE_VALUE(bool
 
- 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...
 

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...
 

Detailed Description

template<typename... Ts>
class esphome::climate::ControlAction< Ts >

Definition at line 9 of file automation.h.

Constructor & Destructor Documentation

◆ ControlAction()

template<typename... Ts>
esphome::climate::ControlAction< Ts >::ControlAction ( Climate climate)
inlineexplicit

Definition at line 11 of file automation.h.

Member Function Documentation

◆ TEMPLATABLE_VALUE() [1/3]

template<typename... Ts>
esphome::climate::ControlAction< Ts >::TEMPLATABLE_VALUE ( ClimateMode  ,
mode   
)

◆ TEMPLATABLE_VALUE() [2/3]

template<typename... Ts>
target_temperature esphome::climate::ControlAction< Ts >::TEMPLATABLE_VALUE ( float  ,
target_temperature_low   
)

◆ TEMPLATABLE_VALUE() [3/3]

template<typename... Ts>
target_temperature target_temperature_high esphome::climate::ControlAction< Ts >::TEMPLATABLE_VALUE ( float  ,
target_humidity   
)

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