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 a853a75 commit 2be7cc6Copy full SHA for 2be7cc6
2 files changed
deebot_client/commands/xml/__init__.py
@@ -41,16 +41,30 @@
41
# fmt: off
42
# ordered by file asc
43
_COMMANDS: list[type[XmlCommand]] = [
44
+ GetBatteryInfo,
45
+
46
+ Charge,
47
48
+ GetChargeState,
49
50
Clean,
51
CleanArea,
- GetBatteryInfo,
- GetChargerPos,
52
+ GetCleanState,
53
54
GetCleanLogs,
55
56
GetError,
- GetCleanState,
57
58
+ GetFanSpeed,
59
60
GetLifeSpan,
- GetPos,
61
62
PlaySound,
63
64
+ GetChargerPos,
65
+ GetPos,
66
67
+ GetCleanSum,
68
]
69
# fmt: on
70
deebot_client/messages/xml/__init__.py
@@ -17,6 +17,7 @@
17
18
_MESSAGES: list[type[Message]] = [
19
BatteryInfo,
20
21
Pos
22
23
0 commit comments