-
Notifications
You must be signed in to change notification settings - Fork 37
CustomArea
Sascha edited this page Jul 10, 2022
·
17 revisions
const boundaryCoordinates = "-3975,2280,-1930,4575"; // Example values
const numberOfCleanings = 1;
vacbot.run("CustomArea", "start", boundaryCoordinates, numberOfCleanings);
vacbot.customArea(boundaryCoordinates, numberOfCleanings); // version >= 0.6.2
const boundaryCoordinates = "-3975,2280,-1930,4575"; // Example values
const numberOfCleanings = 1;
vacbot.run("CustomArea_V2", boundaryCoordinates, numberOfCleanings);
Table of contents