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 42a24cf commit f28aadeCopy full SHA for f28aade
1 file changed
deebot_client/commands/xml/__init__.py
@@ -39,14 +39,26 @@
39
# ordered by file asc
40
_COMMANDS: list[type[XmlCommand]] = [
41
GetBatteryInfo,
42
- GetChargerPos,
+
43
+ Charge,
44
45
+ GetChargeState,
46
47
GetCleanLogs,
- GetCleanSpeed,
48
49
GetError,
50
51
+ GetCleanSpeed,
52
+ SetCleanSpeed,
53
54
GetLifeSpan,
- GetPos,
55
56
PlaySound,
- SetCleanSpeed
57
58
+ GetChargerPos,
59
+ GetPos,
60
61
+ GetCleanSum
62
]
63
# fmt: on
64
0 commit comments