Skip to content

Commit fe9b8c1

Browse files
authored
Merge pull request #7 from NanoDano/patch-1
Fixing broken link in API reference for set_light
2 parents 131cd3b + cdec396 commit fe9b8c1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

adafruit_hue.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -158,8 +158,7 @@ def set_light(self, light_id, **kwargs):
158158
:param int hue: Hue value to set the light, in degrees (0 to 360) (0 to 65535)
159159
:param int sat: Saturation of the light, 0-100% (0 to 254)
160160
(more settings at:
161-
https://developers.meethue.com/develop/
162-
hue-api/lights-api/#set-light-state)
161+
https://developers.meethue.com/develop/hue-api/lights-api/#set-light-state )
163162
"""
164163
resp = self._put('{0}/lights/{1}/state'.format(self._username_url, light_id), kwargs)
165164
return resp

0 commit comments

Comments
 (0)