We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 607c33b commit b0a219bCopy full SHA for b0a219b
1 file changed
roborock/web_api.py
@@ -386,6 +386,7 @@ async def get_home_data_v3(self, user_data: UserData) -> HomeData:
386
raise RoborockException("Missing field 'a' in rriot reference")
387
home_request = PreparedRequest(
388
rriot.r.a,
389
+ self.session,
390
{
391
"Authorization": self._get_hawk_authentication(rriot, "/v3/user/homes/" + str(home_id)),
392
},
0 commit comments