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