Update documentation for the color settings

This commit is contained in:
Bo Maryniuk 2015-10-14 00:27:06 +02:00 committed by C. R. Oldham
parent 15f83e180d
commit a7d5aafbe3

View file

@ -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