We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e8492b commit cac0c0eCopy full SHA for cac0c0e
roborock/cli.py
@@ -157,7 +157,7 @@ async def _discover(ctx):
157
raise Exception("You need to login first")
158
client = RoborockApiClient(cache_data.email)
159
home_data = await client.get_home_data_v3(cache_data.user_data)
160
- login_data.home_data = home_data
+ cache_data.home_data = home_data
161
context.update(cache_data)
162
click.echo(f"Discovered devices {', '.join([device.name for device in home_data.get_all_devices()])}")
163
0 commit comments