ESPHome  2023.11.6
Public Member Functions | Protected Attributes
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 (bool, away) TEMPLATABLE_VALUE(ClimateFanMode
 
target_temperature target_temperature_high fan_mode TEMPLATABLE_VALUE (std::string, custom_fan_mode) TEMPLATABLE_VALUE(ClimatePreset
 
target_temperature target_temperature_high fan_mode preset TEMPLATABLE_VALUE (std::string, custom_preset) TEMPLATABLE_VALUE(ClimateSwingMode
 
target_temperature target_temperature_high fan_mode preset swing_mode void play (Ts... x) override
 
- 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...
 

Protected Attributes

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

Additional Inherited Members

- Protected Member Functions inherited from esphome::Action< Ts... >
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_ ()
 

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

◆ play()

template<typename... Ts>
target_temperature target_temperature_high fan_mode preset swing_mode void esphome::climate::ControlAction< Ts >::play ( Ts...  x)
inlineoverridevirtual

Implements esphome::Action< Ts... >.

Definition at line 24 of file automation.h.

◆ TEMPLATABLE_VALUE() [1/5]

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

◆ TEMPLATABLE_VALUE() [2/5]

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

◆ TEMPLATABLE_VALUE() [3/5]

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

◆ TEMPLATABLE_VALUE() [4/5]

template<typename... Ts>
target_temperature target_temperature_high fan_mode esphome::climate::ControlAction< Ts >::TEMPLATABLE_VALUE ( std::string  ,
custom_fan_mode   
)

◆ TEMPLATABLE_VALUE() [5/5]

template<typename... Ts>
target_temperature target_temperature_high fan_mode preset esphome::climate::ControlAction< Ts >::TEMPLATABLE_VALUE ( std::string  ,
custom_preset   
)

Field Documentation

◆ climate_

template<typename... Ts>
Climate* esphome::climate::ControlAction< Ts >::climate_
protected

Definition at line 42 of file automation.h.


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