diff --git a/accessories/neatoVacuumRobot.js b/accessories/neatoVacuumRobot.js index e229647..c96cf36 100644 --- a/accessories/neatoVacuumRobot.js +++ b/accessories/neatoVacuumRobot.js @@ -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 diff --git a/package.json b/package.json index 00f0716..a0bf12d 100644 --- a/package.json +++ b/package.json @@ -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": [