Change valid hue range to 0-359 (fixes #130), update README.md & test (#140)

* Change valid hue range to 0-359 (fixes #130)

Tested on LB130(EU) hardware 1.0, firmware 1.8.6 Build 180809 Rel.091659

Co-Authored-By: nkonopinski <nkonopinski@users.noreply.github.com>

* Update README.md

* Update test_bulb.py
This commit is contained in:
Annika Jacobs
2018-11-16 22:18:28 +00:00
committed by Teemu R
parent 189029b199
commit c65d4c0b30
3 changed files with 7 additions and 7 deletions

View File

@@ -206,7 +206,7 @@ if bulb.is_variable_color_temp:
### Setting the color
Hue is given in degrees (0-360) and saturation and value in percentage.
Hue is given in degrees (0-359) and saturation and value in percentage.
```python
print(bulb.hsv)