Skip to content

Commit

Permalink
DOCS: Fixed value ranges for Has Color HSB capability
Browse files Browse the repository at this point in the history
  • Loading branch information
s-kostyuk committed May 20, 2018
1 parent 130ee98 commit fbf6f23
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/source/developer/capability_list.rst
Original file line number Diff line number Diff line change
Expand Up @@ -260,15 +260,16 @@ Has Color HSB
:Provided Fields:
:Field Name: ``color_hue``
:Field Values:
A floating point value between 0.0 and 360.0 including.
A floating point value between 0.0 including and
360.0 not including.
:Field Description:
Specifies the current color of a Thing in HSB format.

|
:Field Name: ``color_saturation``
:Field Values:
An integer value between 0.0 and 100.0 including.
An floating-point value between 0.0 and 100.0 including.
:Field Description:
Specifies the current color of a Thing in HSB format.

Expand Down

0 comments on commit fbf6f23

Please sign in to comment.