Skip to content

Commit f28aade

Browse files
committed
Re-order XML commands by file name
1 parent 42a24cf commit f28aade

1 file changed

Lines changed: 16 additions & 4 deletions

File tree

deebot_client/commands/xml/__init__.py

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,14 +39,26 @@
3939
# ordered by file asc
4040
_COMMANDS: list[type[XmlCommand]] = [
4141
GetBatteryInfo,
42-
GetChargerPos,
42+
43+
Charge,
44+
45+
GetChargeState,
46+
4347
GetCleanLogs,
44-
GetCleanSpeed,
48+
4549
GetError,
50+
51+
GetCleanSpeed,
52+
SetCleanSpeed,
53+
4654
GetLifeSpan,
47-
GetPos,
55+
4856
PlaySound,
49-
SetCleanSpeed
57+
58+
GetChargerPos,
59+
GetPos,
60+
61+
GetCleanSum
5062
]
5163
# fmt: on
5264

0 commit comments

Comments
 (0)