|
ESPHome 2025.12.0-dev
|
#include <automation.h>
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 (const Ts &...x) |
| virtual void | stop_complex () |
| virtual bool | is_running () |
| Check if this or any of the following actions are currently running. | |
| int | num_running_total () |
| The total number of actions that are currently running in this plus any of the following actions in the chain. | |
Additional Inherited Members | |
Protected Member Functions inherited from esphome::Action< Ts... > | |
| virtual void | play (const Ts &...x)=0 |
| void | play_next_ (const 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. | |
Definition at line 9 of file automation.h.
|
inlineexplicit |
Definition at line 11 of file automation.h.
| esphome::climate::ControlAction< Ts >::TEMPLATABLE_VALUE | ( | ClimateMode | , |
| mode | ) |
| target_temperature target_temperature_high esphome::climate::ControlAction< Ts >::TEMPLATABLE_VALUE | ( | float | , |
| target_humidity | ) |
| target_temperature esphome::climate::ControlAction< Ts >::TEMPLATABLE_VALUE | ( | float | , |
| target_temperature_low | ) |