Skip to content

Commit dc8ba01

Browse files
committed
fix(q10): Register Q10 commands in session shell
1 parent 6f4b506 commit dc8ba01

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

roborock/cli.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1270,6 +1270,12 @@ async def q10_vacuum_dock(ctx, device_id):
12701270
cli.add_command(q10_vacuum_stop)
12711271
cli.add_command(q10_vacuum_dock)
12721272

1273+
session.add_command(q10_vacuum_start)
1274+
session.add_command(q10_vacuum_pause)
1275+
session.add_command(q10_vacuum_resume)
1276+
session.add_command(q10_vacuum_stop)
1277+
session.add_command(q10_vacuum_dock)
1278+
12731279

12741280
def main():
12751281
return cli()

0 commit comments

Comments
 (0)