Skip to content

Commit 43acc8f

Browse files
authored
Update roborock/web_api.py
1 parent cfc92f7 commit 43acc8f

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
@@ -374,7 +374,7 @@ async def get_scenes(self, user_data: UserData, device_id: int) -> list[HomeData
374374
if isinstance(scenes, list):
375375
return [HomeDataScene.from_dict(scene) for scene in scenes]
376376
else:
377-
raise RoborockException("home_response result was an unexpected type")
377+
raise RoborockException("scene_response result was an unexpected type")
378378

379379
async def execute_scene(self, user_data: UserData, scene_id: int) -> None:
380380
rriot = user_data.rriot

0 commit comments

Comments
 (0)