We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83e409e commit 799b90aCopy full SHA for 799b90a
1 file changed
deebot_client/commands/xml/__init__.py
@@ -38,12 +38,25 @@
38
# ordered by file asc
39
_COMMANDS: list[type[XmlCommand]] = [
40
GetBatteryInfo,
41
+
42
+ Charge,
43
44
+ GetChargeState,
45
46
GetCleanLogs,
- GetCleanSpeed,
47
48
GetError,
49
50
+ GetCleanSpeed,
51
+ SetCleanSpeed,
52
53
GetLifeSpan,
54
55
PlaySound,
- SetCleanSpeed
56
57
+ GetPos,
58
59
+ GetCleanSum
60
]
61
# fmt: on
62
0 commit comments