Skip to content

Commit

Permalink
Merge pull request #8 from NanoDano/patch-2
Browse files Browse the repository at this point in the history
Fixing broken link in set_group docstring
  • Loading branch information
brentru authored Jul 16, 2019
2 parents fe9b8c1 + 63983a8 commit 47c8b0f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions adafruit_hue.py
Original file line number Diff line number Diff line change
Expand Up @@ -206,8 +206,8 @@ def set_group(self, group_id, **kwargs):
:param int bri: Brightness value of the light (1 to 254)
:param int hue: Hue value to set the light to (0 to 65535)
:param int sat: Saturation of the light (0 to 254)
(more settings at https://developers.meethue.com/develop/hue-api/
lights-api/#set-light-state)
(more settings at
https://developers.meethue.com/develop/hue-api/lights-api/#set-light-state )
"""
resp = self._put('{0}/groups/{1}/action'.format(self._username_url, group_id), kwargs)
return resp
Expand Down

0 comments on commit 47c8b0f

Please sign in to comment.