kopia lustrzana https://github.com/Aircoookie/WLED
Loxone support added
rodzic
fe9584bf5c
commit
44b65b7004
|
@ -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.
|
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
|
## Notifications
|
||||||
|
|
||||||
Parameter | Value Range | Description | Since Version
|
Parameter | Value Range | Description | Since Version
|
||||||
|
|
Ładowanie…
Reference in New Issue