set_cleaning
Control Ecovacs robot vacuums to start, pause, resume, or stop cleaning using a simple command. Specify the robot nickname and desired action to manage cleaning tasks efficiently.
Instructions
Start robot cleaning
Args: nickname: Robot nickname, used to find device act: Cleaning action s-start cleaning, r-resume cleaning, p-pause cleaning, h-stop cleaning Returns: Dict: Dictionary containing execution results
Input Schema
Name | Required | Description | Default |
---|---|---|---|
act | No | Cleaning action, s-start cleaning, r-resume cleaning, p-pause cleaning, h-stop cleaning | s |
nickname | No | Robot nickname, supports fuzzy matching |