Skip to content

Commit

Permalink
Added "and/or brightness (e.g. monochromatic)" to the Random Effect d…
Browse files Browse the repository at this point in the history
…escription (#4061)

The Random Effect can also affect the brightness instead of color (e.g. monochromatic light components). I'm not sure if the brightness is also affected for RGB light components, so I put it as an "and/or" instead of just an "or." Of course, adjust based on how it actually works with RGB lights.
  • Loading branch information
GitHubGoody authored Sep 24, 2024
1 parent 7c11e07 commit a54796b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/light/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -526,7 +526,7 @@ Configuration variables:
Random Effect
*************

This effect makes a transition (of length ``transition_length``) to a randomly-chosen color every ``update_interval``.
This effect makes a transition (of length ``transition_length``) to a randomly-chosen color and/or brightness (e.g. monochromatic) every ``update_interval``.

.. code-block:: yaml
Expand Down

0 comments on commit a54796b

Please sign in to comment.