neato: add default navigation mode

This commit is contained in:
Koushik Dutta
2022-02-27 12:07:04 -08:00
parent 33a906df2a
commit 8add65aa04
4 changed files with 5 additions and 5 deletions

View File

@@ -1,12 +1,12 @@
{
"name": "@scrypted/neato",
"version": "0.1.29",
"version": "0.1.30",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@scrypted/neato",
"version": "0.1.29",
"version": "0.1.30",
"license": "Apache",
"dependencies": {
"axios": "^0.19.2",

View File

@@ -1,6 +1,6 @@
{
"name": "@scrypted/neato",
"version": "0.1.29",
"version": "0.1.30",
"description": "A Neato plugin for Scrypted",
"author": "Scrypted",
"license": "Apache",

View File

@@ -47,7 +47,7 @@ class Neato extends ScryptedDeviceBase implements Refresh, StartStop, Pause, Doc
}
async start() {
this.robot.startCleaning();
this.robot.startCleaning(1);
this.pollChanges();
}