Document reversed option for light partitions (#1219)

This commit is contained in:
Oxan van Leeuwen 2021-06-12 13:45:54 +02:00 committed by Jesse Hills
parent e4a155c0eb
commit 7594b01573
No known key found for this signature in database
GPG Key ID: BEAAE804EFD8E83A

View File

@ -88,6 +88,7 @@ Configuration variables:
- **from** (**Required**, int): The first LED to address in the segment. Counting starts with 0,
so first LED is 0.
- **to** (**Required**, int): The index of the last LED to address in this segment.
- **reversed** (**Required**, int): Whether to reverse the LEDs in this segment.
- **id** (*Optional*, :ref:`config-id`): Manually specify the ID used for code generation.
- **effects** (*Optional*, list): A list of :ref:`light effects <light-effects>` to use for this light.