slflowfoon
slflowfoon
Writing a python script using CleanV2 instructs the robovac to start cleaning ``` import aiohttp import asyncio import logging import time from deebot_client.api_client import ApiClient from deebot_client.authentication import Authenticator, create_rest_config...
So far, I've been able to find that the following commands work: **Cleaning Mode:** ``` await bot.execute_command(SetWorkMode(WorkMode.MOP_AFTER_VACUUM)) [, , , ] ``` **Suction Power:** ``` await bot.execute_command(SetFanSpeed(FanSpeedLevel.MAX_PLUS)) [, , ,...
I've been able to implement **room clean** and **scenario clean** by adding the following to `models.py` under `CleanMode` (L83): ``` FREE_CLEAN = "freeClean" SCENARIO_CLEAN = "qcClean" ``` ``` await bot.execute_command(CleanAreaV2(CleanMode.FREE_CLEAN,...
Writing a python script using CleanV2 instructs the robovac to start cleaning but first copy `p1jij8.py` and rename as `n0vyif.py` within `deebot_client/hardware/deebot/`: ``` cp p1jij8.py n0vyif.py ``` ``` import aiohttp...
Unfortunately my X8 broke and got an X9 as a replacement so I can no longer do any further testing