You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are two things I've found in your description file that doesn't work:
In "Manipulating with vacuum robot (example)" section you have an example which using CleanRobot class, but it's not imported anywhere in code. So, need to add something like from weback_unofficial.vacuum import CleanRobot.
In CleanRobot constructor you don't need to pass self.client as second argument, it looks like just client need to be here: vacuum = CleanRobot(device_name, client).
Thanks for your work, that's beautiful thing :)
The text was updated successfully, but these errors were encountered:
xoxai
changed the title
Documentation some small fixes
[Documentation] Some small fixes
Dec 20, 2020
Hi there!
There are two things I've found in your description file that doesn't work:
from weback_unofficial.vacuum import CleanRobot
.self.client
as second argument, it looks like justclient
need to be here:vacuum = CleanRobot(device_name, client)
.Thanks for your work, that's beautiful thing :)
The text was updated successfully, but these errors were encountered: