Reverse Led Color Modifier

Modifies colors by reversing the colors.

Format

{
  "Type": ReverseLedColorModifier",
  "Config": {
    "Reverse": <bool>,
    "ZoneReverse": [<bool>]
  }
}

Variables

Reverse

If set to true the whole color list is reversed.

Required: No
Default value:

Example:

"Reverse": true

ZoneReverse

Determines if led colors are reversed for each device zone.

Note: Multi zone devices are RiingDuo, RiingTrio and RiingQuad.

Required: No
Default value:

Example:

"ZoneReverse": [true, false]
"ZoneReverse": [true]

Example