ESPHome
2024.10.2
esphome
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
Implementation of SPI Controller mode.
Definition:
a01nyub.cpp:7
transformers.h
Generated by
1.8.13