Skip to content

Commit a27f7c8

Browse files
committed
feat(api)!: Remove original Cloud and Local APIs
Remove the old Cloud / Local APIs, and associated tests and shapshots. These APIs have been replaced by the device manager API that creates a single single MQTT session shared across all devices. See example/ for how to use the new API. BREAKING CHANGE: Removes older cloud and local APIs.
1 parent 7e40857 commit a27f7c8

22 files changed

+1
-2946
lines changed

roborock/__init__.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,11 @@
88
from roborock.roborock_typing import *
99

1010
from . import (
11-
cloud_api,
1211
const,
1312
data,
1413
devices,
1514
exceptions,
1615
roborock_typing,
17-
version_1_apis,
18-
version_a01_apis,
1916
web_api,
2017
)
2118

roborock/api.py

Lines changed: 0 additions & 104 deletions
This file was deleted.

roborock/cloud_api.py

Lines changed: 0 additions & 259 deletions
This file was deleted.

0 commit comments

Comments
 (0)