|
ESPHome 2025.12.0-dev
|
#include <automation.h>
Public Member Functions | |
| LightControlAction (LightState *parent) | |
| TEMPLATABLE_VALUE (ColorMode, color_mode) TEMPLATABLE_VALUE(bool | |
| state | TEMPLATABLE_VALUE (uint32_t, transition_length) TEMPLATABLE_VALUE(uint32_t |
| state flash_length | TEMPLATABLE_VALUE (float, brightness) TEMPLATABLE_VALUE(float |
| state flash_length color_brightness | TEMPLATABLE_VALUE (float, red) TEMPLATABLE_VALUE(float |
| state flash_length color_brightness green | TEMPLATABLE_VALUE (float, blue) TEMPLATABLE_VALUE(float |
| state flash_length color_brightness green white | TEMPLATABLE_VALUE (float, color_temperature) TEMPLATABLE_VALUE(float |
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 28 of file automation.h.
|
inlineexplicit |
Definition at line 30 of file automation.h.
| esphome::light::LightControlAction< Ts >::TEMPLATABLE_VALUE | ( | ColorMode | , |
| color_mode | ) |
| state flash_length color_brightness green esphome::light::LightControlAction< Ts >::TEMPLATABLE_VALUE | ( | float | , |
| blue | ) |
| state flash_length esphome::light::LightControlAction< Ts >::TEMPLATABLE_VALUE | ( | float | , |
| brightness | ) |
| state flash_length color_brightness green white esphome::light::LightControlAction< Ts >::TEMPLATABLE_VALUE | ( | float | , |
| color_temperature | ) |
| state flash_length color_brightness esphome::light::LightControlAction< Ts >::TEMPLATABLE_VALUE | ( | float | , |
| red | ) |
| state esphome::light::LightControlAction< Ts >::TEMPLATABLE_VALUE | ( | uint32_t | , |
| transition_length | ) |