ESPHome 2025.5.0
Loading...
Searching...
No Matches
light_output.cpp
Go to the documentation of this file.
1#include "light_output.h"
2#include "transformers.h"
3
4namespace esphome {
5namespace light {
6
7std::unique_ptr<LightTransformer> LightOutput::create_default_transition() {
9}
10
11} // namespace light
12} // namespace esphome
virtual std::unique_ptr< LightTransformer > create_default_transition()
Return the default transformer used for transitions.
Providing packet encoding functions for exchanging data with a remote host.
Definition a01nyub.cpp:7
std::unique_ptr< T > make_unique(Args &&...args)
Definition helpers.h:85