Skip to content

Commit b9944aa

Browse files
committed
eat: Update review feedback
1 parent 952d217 commit b9944aa

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

roborock/devices/README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,19 @@ This page documents the full lifecycle of device discovery across Cloud and Netw
77
### Login
88

99
- 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.
1113
- The Login API provides a `userData` object with information on connecting to the cloud APIs
1214
- This `rriot` data contains per-session information, unique each time you login.
1315
- This contains information used to connect to MQTT
1416
- You get an `-eu` suffix in the API URLs if you are in the eu and `-us` if you are in the us
1517

1618
## Home Data
1719

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.
1923

2024
- `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.)
2125
- It only shows the products for devices available on your account

0 commit comments

Comments
 (0)