Replies: 1 comment 2 replies
-
For T8 and similar models: const goToPositionValues = x + ',' + y;
const area = goToPositionValues + ',' + goToPositionValues;
vacbot.run('CustomArea_V2', area, 1, 1); For T9, T10 and X1 and similar models: const goToPositionValues = x + ',' + y;
const area = goToPositionValues;
vacbot.run('MapPoint_V2', area); |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Would it be possible to give the deebot the command to move to a certain (preset) position? I know there is a getpossition command, would be great is it was accompanied bij a setposition command. The deeboot should just sit idle at that possition until it it get a command to return to the dock or start a cleaning sequence.
Thanks
Beta Was this translation helpful? Give feedback.
All reactions