ESPHome
2024.10.2
|
#include <custom_light_output.h>
Public Member Functions | |
CustomLightOutputConstructor (const std::function< std::vector< light::LightOutput *>()> &init) | |
light::LightOutput * | get_light (int i) |
Protected Attributes | |
std::vector< light::LightOutput * > | outputs_ |
Definition at line 11 of file custom_light_output.h.
|
inline |
Definition at line 13 of file custom_light_output.h.
|
inline |
Definition at line 17 of file custom_light_output.h.
|
protected |
Definition at line 20 of file custom_light_output.h.