diff --git a/HTTP-request-API.md b/HTTP-request-API.md index 9d12da8..1c1688d 100644 --- a/HTTP-request-API.md +++ b/HTTP-request-API.md @@ -51,6 +51,17 @@ Parameter | Value Range | Description | Since Version Hex values need to be prefaced with #, h, or H. The normal format is `RRGGBB`. If the led strip is RGBW, the hex format is `WWRRGGBB`. Note: In the UI the format is `RRGGBBWW`, so the values cannot be copied without a transformation. +### Loxone commands + +Loxone offers two commands. One for RGB values and one for brightness and color temperature. + +| Parameter | Syntax | Range | Description | Since Version | +|---|---|---|---|---| +| &LX= | BBBGGGRRR | 0 - 100100100 | Loxone RGB value for primary color. Each color (`RRR`,`GGG`,`BBB`) is specified in the range from 0 to 100% | 0.11 | +| &LX= | 20bbbtttt | 200002700 - 201006500 | Loxone brightness and color temperature values for primary color. Brightness `bbb` is specified in the range 0 to 100%. `tttt` defines the color temperature in the range from 2700 to 6500 Kelvin. | 0.11 | +| &LY= | BBBGGGRRR | 0 - 100100100 | Loxone RGB value for secondary color. Each color (`RRR`,`GGG`,`BBB`) is specified in the range from 0 to 100% | 0.11 | +| &LY= | 20bbbtttt | 200002700 - 201006500 | Loxone brightness and color temperature values for secondary color. Brightness `bbb` is specified in the range 0 to 100%. `tttt` defines the color temperature in the range from 2700 to 6500 Kelvin. | 0.11 | + ## Notifications Parameter | Value Range | Description | Since Version