|
ESPHome 2026.8.0-dev
|
#include <pixoo_light.h>
Public Member Functions | |
| light::LightTraits | get_traits () override |
| void | write_state (light::LightState *state) override |
Public Member Functions inherited from esphome::light::LightOutput | |
| virtual std::unique_ptr< LightTransformer > | create_default_transition () |
| Return the default transformer used for transitions. | |
| virtual void | setup_state (LightState *state) |
| virtual void | update_state (LightState *state) |
| Called on every update of the current values of the associated LightState, can optionally be used to do processing of this change. | |
Public Member Functions inherited from esphome::Parented< Pixoo > | |
| Parented () | |
| Parented (Pixoo *parent) | |
| Pixoo * | get_parent () const |
| Get the parent of this object. | |
| void | set_parent (Pixoo *parent) |
| Set the parent of this object. | |
Additional Inherited Members | |
Protected Attributes inherited from esphome::Parented< Pixoo > | |
| Pixoo * | parent_ |
Definition at line 11 of file pixoo_light.h.
|
inlineoverridevirtual |
Implements esphome::light::LightOutput.
Definition at line 13 of file pixoo_light.h.
|
inlineoverridevirtual |
Implements esphome::light::LightOutput.
Definition at line 19 of file pixoo_light.h.