Skip to content

Commit

Permalink
Merge pull request #7 from NanoDano/patch-1
Browse files Browse the repository at this point in the history
Fixing broken link in API reference for set_light
  • Loading branch information
brentru authored Jul 16, 2019
2 parents 131cd3b + cdec396 commit fe9b8c1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions adafruit_hue.py
Original file line number Diff line number Diff line change
Expand Up @@ -158,8 +158,7 @@ def set_light(self, light_id, **kwargs):
:param int hue: Hue value to set the light, in degrees (0 to 360) (0 to 65535)
:param int sat: Saturation of the light, 0-100% (0 to 254)
(more settings at:
https://developers.meethue.com/develop/
hue-api/lights-api/#set-light-state)
https://developers.meethue.com/develop/hue-api/lights-api/#set-light-state )
"""
resp = self._put('{0}/lights/{1}/state'.format(self._username_url, light_id), kwargs)
return resp
Expand Down

0 comments on commit fe9b8c1

Please sign in to comment.