You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: roborock/devices/README.md
+6-2Lines changed: 6 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,15 +7,19 @@ This page documents the full lifecycle of device discovery across Cloud and Netw
7
7
### Login
8
8
9
9
- Login can happen with either email and password or email and sending a code. We
10
-
currently prefer email with sending a code.
10
+
currently prefer email with sending a code -- however the roborock no longer
11
+
supports this method of login. In the future we may want to migrate to password
12
+
if this login method is no longer supported.
11
13
- The Login API provides a `userData` object with information on connecting to the cloud APIs
12
14
- This `rriot` data contains per-session information, unique each time you login.
13
15
- This contains information used to connect to MQTT
14
16
- You get an `-eu` suffix in the API URLs if you are in the eu and `-us` if you are in the us
15
17
16
18
## Home Data
17
19
18
-
The `HomeData` includes information about the various devices in the home. We use `v3`.
20
+
The `HomeData` includes information about the various devices in the home. We use `v3`
21
+
and it is notable that if devices don't show up in the `home_data` response it is likely
22
+
that a newer version of the API should be used.
19
23
20
24
-`products`: This is a list of all of the products you have on your account. These objects are always the same (i.e. a s7 maxv is always the exact same.)
21
25
- It only shows the products for devices available on your account
0 commit comments