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