The correlated color temperature of this segment.
Array that has up to 3 color arrays as elements, the primary, secondary (background) and tertiary colors of the segment. Each color is an array of 3 or 4 bytes, which represent an RGB(W) color.
If true the segment's contents will not be refreshed
ID of the effect on the individual segment.
Grouping - how many consecutive LEDs of the same segment will be grouped to the same color.
The ID of this segment.
Effect intensity
Length of the segment (stop
- start
). stop
has preference, so if it is included, len
is ignored.
Loxone RGB value for primary color. Each color (RRR,GGG,BBB) is specified in the range from 0 to 100%.
Loxone RGB value for secondary color. Each color (RRR,GGG,BBB) is specified in the range from 0 to 100%.
Mirrors the individual segment.
The name of this segment.
Offset of this segment.
Turns on and off the individual segment.
ID of the color palette on the individual segment.
Reverses the segment, causing animations to change direction.
Repeat - multiplies segment until all LEDs are used, or max segments reached
true
if the segment is selected. Selected segments will have their state (color/FX) updated by APIs that don't support segments (currently any API except this JSON API).
If no segment is selected, the first segment (id: 0
) will behave as if selected. WLED will report the state of the first (lowest id) segment that is selected to APIs (UDP sync, HTTP, MQTT, Blynk...).
Spacing - how many LEDs are turned off and skipped between each group.
LED index that the segment starts at.
LED the segment stops at, not included in range. If stop is set to a lower or equal value than start (setting to 0
is recommended), the segment is invalidated and deleted.
Relative effect speed
Generated using TypeDoc
Sets the brightness of the individual segment.