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

Nothing else..


git-svn-id: https://redmine.imt-atlantique.fr/svn/xaal/code/Python/branches/0.7@2936 b32b6428-25c9-4566-ad07-03861ab6144f
parent fd8f8a17
Branches
No related tags found
No related merge requests found
...@@ -61,7 +61,7 @@ class RGBLamp(MerossDev): ...@@ -61,7 +61,7 @@ class RGBLamp(MerossDev):
h = round(hsv[0] * 360) h = round(hsv[0] * 360)
s = round(hsv[1],2) s = round(hsv[1],2)
v = round(hsv[2],2) v = round(hsv[2],2)
dev.attributes['hsv'] = (h,s,v) dev.attributes['hsv'] = [h,s,v]
async def turn_on(self): async def turn_on(self):
await self.meross.async_turn_on() await self.meross.async_turn_on()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment