ESPHome  2024.7.2
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
virtual std::unique_ptr< LightTransformer > create_default_transition()
Return the default transformer used for transitions.
Definition: light_output.cpp:7
Implementation of SPI Controller mode.
Definition: a01nyub.cpp:7