mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Update documentation for the color settings
This commit is contained in:
parent
15f83e180d
commit
a7d5aafbe3
1 changed files with 7 additions and 1 deletions
|
@ -342,9 +342,15 @@ def call_color(*args, **kwargs):
|
|||
Options:
|
||||
|
||||
* **id**: Specifies a device ID. Can be comma-separated ids or all, if omitted.
|
||||
* **color**: Fixed color. Values are: red, green, blue, orange, pink, white. Default white.
|
||||
* **color**: Fixed color. Values are: red, green, blue, orange, pink, white,
|
||||
yellow, daylight, purple. Default white.
|
||||
* **transition**: Transition 0~200.
|
||||
|
||||
Advanced:
|
||||
|
||||
* **gamut**: XY coordinates. Use gamut according to the Philips HUE devices documentation.
|
||||
More: http://www.developers.meethue.com/documentation/hue-xy-values
|
||||
|
||||
CLE Example:
|
||||
|
||||
.. code-block:: bash
|
||||
|
|
Loading…
Add table
Reference in a new issue