Fixed a bug in spot cleaning
This commit is contained in:
@@ -276,7 +276,7 @@ NeatoVacuumRobotAccessory.prototype = {
|
|||||||
// Start new cleaning of new room
|
// Start new cleaning of new room
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
debug(this.name + ": ## Start cleaning #");
|
debug(this.name + ": ## Start cleaning of new room");
|
||||||
this.clean(callback, this.boundary);
|
this.clean(callback, this.boundary);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -528,7 +528,7 @@ NeatoVacuumRobotAccessory.prototype = {
|
|||||||
// Start cleaning
|
// Start cleaning
|
||||||
else if (this.robot.canStart)
|
else if (this.robot.canStart)
|
||||||
{
|
{
|
||||||
this.clean(callback, null, spot);
|
this.clean(callback, spot);
|
||||||
}
|
}
|
||||||
// Cannot start
|
// Cannot start
|
||||||
else
|
else
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "homebridge-neato",
|
"name": "homebridge-neato",
|
||||||
"version": "0.7.0-beta.10",
|
"version": "0.7.0-beta.11",
|
||||||
"description": "A Neato vacuum robot plugin for homebridge.",
|
"description": "A Neato vacuum robot plugin for homebridge.",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
|
Reference in New Issue
Block a user