Skip to content

Commit 799b90a

Browse files
committed
Re-order XML commands by file name
1 parent 83e409e commit 799b90a

1 file changed

Lines changed: 15 additions & 2 deletions

File tree

deebot_client/commands/xml/__init__.py

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,25 @@
3838
# ordered by file asc
3939
_COMMANDS: list[type[XmlCommand]] = [
4040
GetBatteryInfo,
41+
42+
Charge,
43+
44+
GetChargeState,
45+
4146
GetCleanLogs,
42-
GetCleanSpeed,
47+
4348
GetError,
49+
50+
GetCleanSpeed,
51+
SetCleanSpeed,
52+
4453
GetLifeSpan,
54+
4555
PlaySound,
46-
SetCleanSpeed
56+
57+
GetPos,
58+
59+
GetCleanSum
4760
]
4861
# fmt: on
4962

0 commit comments

Comments
 (0)