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)
|
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);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -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": [
|
||||||
|
Loading…
Reference in New Issue
Block a user