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
I was looking for the function to clean up a zone. It is working with the map and the buttons, but how can I handle this from a script.
My goal is to have a object, e.g. clear zone1 and i can send the coordinates and start the zone clean.
like this:
const zone1 = [[28350, 24900, 30250, 26350, 1]];
// Zone Clean starten - den Befehl manuell senden
sendTo('roborock.0', 'sendCommand', {
command: 'app_zoned_clean', // oder 'zone_clean', je nachdem, welche Methode verfügbar ist
params: zone1
});
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I was looking for the function to clean up a zone. It is working with the map and the buttons, but how can I handle this from a script.
My goal is to have a object, e.g. clear zone1 and i can send the coordinates and start the zone clean.
like this:
const zone1 = [[28350, 24900, 30250, 26350, 1]];
// Zone Clean starten - den Befehl manuell senden
sendTo('roborock.0', 'sendCommand', {
command: 'app_zoned_clean', // oder 'zone_clean', je nachdem, welche Methode verfügbar ist
params: zone1
});
Beta Was this translation helpful? Give feedback.
All reactions