ESPHome 2025.9.0
|
#include <addressable_light_effect.h>
Public Member Functions | |
AddressableRainbowLightEffect (const std::string &name) | |
void | apply (AddressableLight &it, const Color ¤t_color) override |
void | set_speed (uint32_t speed) |
void | set_width (uint16_t width) |
![]() | |
AddressableLightEffect (const std::string &name) | |
void | start_internal () override |
void | stop () override |
void | apply () override |
uint32_t | get_effect_index () const |
Get effect index specifically for addressable effects. | |
bool | is_current_effect () const |
Check if this is the currently running addressable effect. | |
![]() | |
LightEffect (std::string name) | |
virtual void | start () |
Initialize this LightEffect. Will be called once after creation. | |
const std::string & | get_name () |
virtual void | init () |
Internal method called by the LightState when this light effect is registered in it. | |
void | init_internal (LightState *state) |
uint32_t | get_index () const |
Get the index of this effect in the parent light's effect list. | |
bool | is_active () const |
Check if this effect is currently active. | |
LightState * | get_light_state () const |
Get a reference to the parent light state. | |
Protected Attributes | |
uint32_t | speed_ {10} |
uint16_t | width_ {50} |
![]() | |
LightState * | state_ {nullptr} |
std::string | name_ |
Additional Inherited Members | |
![]() | |
AddressableLight * | get_addressable_ () const |
![]() | |
uint32_t | get_index_in_parent_ () const |
Internal method to find this effect's index in the parent light's effect list. | |
Definition at line 82 of file addressable_light_effect.h.
|
inlineexplicit |
Definition at line 84 of file addressable_light_effect.h.
|
inlineoverridevirtual |
Implements esphome::light::AddressableLightEffect.
Definition at line 85 of file addressable_light_effect.h.
|
inline |
Definition at line 98 of file addressable_light_effect.h.
|
inline |
Definition at line 99 of file addressable_light_effect.h.
|
protected |
Definition at line 102 of file addressable_light_effect.h.
|
protected |
Definition at line 103 of file addressable_light_effect.h.