Fixed robot without floorplan cannot start cleaning

This commit is contained in:
Arne 2019-10-14 22:33:08 +02:00
parent 6e5b0d522c
commit d809be5b03
2 changed files with 3 additions and 3 deletions

View File

@ -252,7 +252,7 @@ NeatoVacuumRobotAccessory.prototype = {
else if (this.robot.canStart) else if (this.robot.canStart)
{ {
debug(this.name + ": ## Start cleaning"); debug(this.name + ": ## Start cleaning");
this.clean(callback, this.boundary); this.clean(callback);
} }
// Cannot start // Cannot start
else else
@ -278,7 +278,7 @@ NeatoVacuumRobotAccessory.prototype = {
else else
{ {
debug(this.name + ": ## Start cleaning of new room"); debug(this.name + ": ## Start cleaning of new room");
this.clean(callback, this.boundary); this.clean(callback);
} }
} }
} }

View File

@ -1,6 +1,6 @@
{ {
"name": "homebridge-neato", "name": "homebridge-neato",
"version": "0.7.1-beta.1", "version": "0.7.1-beta.2",
"description": "A Neato vacuum robot plugin for homebridge.", "description": "A Neato vacuum robot plugin for homebridge.",
"license": "MIT", "license": "MIT",
"keywords": [ "keywords": [