diff --git a/api/core/log.rst b/api/core/log.rst index 7a744168d..75e24046b 100644 --- a/api/core/log.rst +++ b/api/core/log.rst @@ -6,14 +6,6 @@ esphomelib will by default log to both Serial (with baudrate 115200). API Reference ------------- -.. doxygendefine:: ESPHOMELIB_LOG_LEVEL_NONE -.. doxygendefine:: ESPHOMELIB_LOG_LEVEL_ERROR -.. doxygendefine:: ESPHOMELIB_LOG_LEVEL_WARN -.. doxygendefine:: ESPHOMELIB_LOG_LEVEL_INFO -.. doxygendefine:: ESPHOMELIB_LOG_LEVEL_DEBUG -.. doxygendefine:: ESPHOMELIB_LOG_LEVEL_VERBOSE -.. doxygendefine:: ESPHOMELIB_LOG_LEVEL_VERY_VERBOSE - LogComponent ************ diff --git a/api/light/fastled.rst b/api/light/fastled.rst index 3764a2a8b..2bee6c73e 100644 --- a/api/light/fastled.rst +++ b/api/light/fastled.rst @@ -1,7 +1,7 @@ FastLED Light Output ==================== -Since version 1.4.0 esphomelib supports many types of addressable LEDs using the FastLED +Since version 1.5.0 esphomelib supports many types of addressable LEDs using the FastLED library. Example Usage diff --git a/api/light/index.rst b/api/light/index.rst index 6ababea44..cb0fe1756 100644 --- a/api/light/index.rst +++ b/api/light/index.rst @@ -59,6 +59,13 @@ LightEffect :protected-members: :undoc-members: +.. doxygenclass:: light::FastLEDRainbowLightEffect + :members: + :protected-members: + :undoc-members: + +.. doxygenvariable:: light::light_effect_entries + LightOutput *********** @@ -67,11 +74,29 @@ LightOutput :protected-members: :undoc-members: -.. doxygenclass:: light::LinearLightOutputComponent + +.. doxygenclass:: light::BinaryLightOutput :members: :protected-members: :undoc-members: +.. doxygenclass:: light::MonochromaticLightOutput + :members: + :protected-members: + :undoc-members: + +.. doxygenclass:: light::RGBLightOutput + :members: + :protected-members: + :undoc-members: + +.. doxygenclass:: light::RGBWLightOutput + :members: + :protected-members: + :undoc-members: + + + LightState **********