Skip to content
Snippets Groups Projects
Commit d1bed83c authored by jkerdreu's avatar jkerdreu
Browse files

Cleanup

git-svn-id: https://redmine.imt-atlantique.fr/svn/xaal/code/Python/branches/0.7@3057 b32b6428-25c9-4566-ad07-03861ab6144f
parent 452a2208
No related branches found
No related tags found
No related merge requests found
...@@ -232,6 +232,7 @@ class RGBW(YeelightDev): ...@@ -232,6 +232,7 @@ class RGBW(YeelightDev):
# hsv = list(attrs['hsv']) # hsv = list(attrs['hsv'])
# hsv[2] = round(int(bright)/100.0, 2) # hsv[2] = round(int(bright)/100.0, 2)
# attrs['hsv'] = hsv # attrs['hsv'] = hsv
# Yeelight Python API provide both rgb and hsv values # Yeelight Python API provide both rgb and hsv values
# we parse both, even if we don't' issue set_hsv # we parse both, even if we don't' issue set_hsv
# sat ? # sat ?
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment