Fixed robot without floorplan cannot start cleaning
This commit is contained in:
parent
6e5b0d522c
commit
d809be5b03
@ -252,7 +252,7 @@ NeatoVacuumRobotAccessory.prototype = {
|
||||
else if (this.robot.canStart)
|
||||
{
|
||||
debug(this.name + ": ## Start cleaning");
|
||||
this.clean(callback, this.boundary);
|
||||
this.clean(callback);
|
||||
}
|
||||
// Cannot start
|
||||
else
|
||||
@ -278,7 +278,7 @@ NeatoVacuumRobotAccessory.prototype = {
|
||||
else
|
||||
{
|
||||
debug(this.name + ": ## Start cleaning of new room");
|
||||
this.clean(callback, this.boundary);
|
||||
this.clean(callback);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "homebridge-neato",
|
||||
"version": "0.7.1-beta.1",
|
||||
"version": "0.7.1-beta.2",
|
||||
"description": "A Neato vacuum robot plugin for homebridge.",
|
||||
"license": "MIT",
|
||||
"keywords": [
|
||||
|
Loading…
Reference in New Issue
Block a user