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
chore: Update documentation to point to the newer device APIs (#589)
* Update documentation to point to the newer device APIs
* chore: Update roborock/devices/traits/b01/__init__.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* chore: Update roborock/devices/traits/v1/__init__.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* chore: Update README.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* feat: add examples that show how to use the cache and implement a file cache
* chore: fix lint
---------
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Copy file name to clipboardExpand all lines: roborock/devices/README.md
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,8 @@
1
-
# Roborock Device Discovery
1
+
# Roborock Devices & Discovery
2
2
3
-
This page documents the full lifecycle of device discovery across Cloud and Network.
3
+
The devices module provides functionality to discover Roborock devices on the
4
+
network. This section documents the full lifecycle of device discovery across
5
+
Cloud and Network.
4
6
5
7
## Init account setup
6
8
@@ -61,7 +63,7 @@ that a newer version of the API should be used.
61
63
62
64
## Design
63
65
64
-
### Current API Issues
66
+
### Prior API Issues
65
67
66
68
- Complex Inheritance Hierarchy: Multiple inheritance with classes like RoborockMqttClientV1 inheriting from both RoborockMqttClient and RoborockClientV1
0 commit comments