kopia lustrzana https://github.com/Aircoookie/WLED
Loxone support added
rodzic
44b65b7004
commit
d62fc42596
|
@ -125,6 +125,10 @@ lor | 0, 1, or 2 | Live data override. 0 is off, 1 is override until live data e
|
|||
time | uint32 | Set module time to unix timestamp. Not included in state response.
|
||||
mainseg | 0 to info.leds.maxseg-1 | Main Segment | Sets which segment ID is the main segment
|
||||
seg | Array of segment objects | Segments are individual parts of the LED strip. In 0.9.0 this will enables running different effects on different parts of the strip.
|
||||
lx | `BBBGGGRRR`: 0 - 100100100 | Loxone RGB value for primary color. Each color (`RRR`,`GGG`,`BBB`) is specified in the range from 0 to 100%.
|
||||
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.
|
||||
ly | `BBBGGGRRR`: 0 - 100100100 | Loxone RGB value for secondary color. Each color (`RRR`,`GGG`,`BBB`) is specified in the range from 0 to 100%.
|
||||
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.
|
||||
|
||||
#### Contents of the segment object
|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue