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