Skip to content

Commit 98b7506

Browse files
committed
Re-oder XML Commands
1 parent 45629f7 commit 98b7506

1 file changed

Lines changed: 14 additions & 5 deletions

File tree

deebot_client/commands/xml/__init__.py

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,18 +38,27 @@
3838
# fmt: off
3939
# ordered by file asc
4040
_COMMANDS: list[type[XmlCommand]] = [
41-
Charge,
4241
GetBatteryInfo,
43-
GetChargerPos,
42+
43+
Charge,
44+
4445
GetChargeState,
46+
4547
GetCleanLogs,
46-
GetCleanSum,
48+
4749
GetError,
50+
4851
GetFanSpeed,
52+
4953
GetLifeSpan,
50-
GetPos,
51-
PlaySound,
5254
ResetLifeSpan,
55+
56+
PlaySound,
57+
58+
GetChargerPos,
59+
GetPos,
60+
61+
GetCleanSum,
5362
]
5463
# fmt: on
5564

0 commit comments

Comments
 (0)