Skip to content

Commit 512dffc

Browse files
committed
add scenes support
1 parent f659f63 commit 512dffc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

roborock/web_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ async def get_scenes(self, user_data: UserData, home_id: int) -> list[HomeDataRo
293293
else:
294294
raise RoborockException("home_response result was an unexpected type")
295295

296-
async def execute_scene(self, user_data: UserData, scene_id: int) -> list[HomeDataRoom]:
296+
async def execute_scene(self, user_data: UserData, scene_id: int) -> None:
297297
rriot = user_data.rriot
298298
if rriot is None:
299299
raise RoborockException("rriot is none")

0 commit comments

Comments
 (0)