ESPHome
2024.10.2
|
#include <binary_light_output.h>
Public Member Functions | |
void | set_output (output::BinaryOutput *output) |
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. More... | |
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. More... | |
Protected Attributes | |
output::BinaryOutput * | output_ |
Definition at line 10 of file binary_light_output.h.
|
inlineoverridevirtual |
Implements esphome::light::LightOutput.
Definition at line 13 of file binary_light_output.h.
|
inline |
Definition at line 12 of file binary_light_output.h.
|
inlineoverridevirtual |
Implements esphome::light::LightOutput.
Definition at line 18 of file binary_light_output.h.
|
protected |
Definition at line 29 of file binary_light_output.h.