Skip to content

Commit 5ef1cd8

Browse files
authored
feat: improve B01 support (#449)
* feat: improve B01 support * fix: version check * fix: add more containers information * fix: make code dynamic * fix: get RoborockBase working for other files * chore: move imports * chore: remove registry
1 parent 57d82e2 commit 5ef1cd8

File tree

10 files changed

+560
-20
lines changed

10 files changed

+560
-20
lines changed

roborock/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
"""Roborock API."""
22

3+
from roborock.b01_containers import *
34
from roborock.code_mappings import *
45
from roborock.containers import *
56
from roborock.exceptions import *

0 commit comments

Comments
 (0)