Skip to content

Commit f271a91

Browse files
author
brentru
committed
fix URL link
1 parent ded1e71 commit f271a91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_lifx.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ def set_brightness(self, selector, brightness):
155155

156156
def set_color(self, selector, **kwargs):
157157
"""Sets the state of the light's color within the selector.
158-
Valid arguments: https://api.developer.lifx.com/v1/docs/colors
158+
Valid arguments: https://api.developer.lifx.com/docs/set-state
159159
"""
160160
return self._put(LIFX_URL+selector+'/state', kwargs)
161161

0 commit comments

Comments
 (0)