From d809be5b033553e7fae51954460b78a083216c54 Mon Sep 17 00:00:00 2001 From: Arne Date: Mon, 14 Oct 2019 22:33:08 +0200 Subject: [PATCH] Fixed robot without floorplan cannot start cleaning --- accessories/neatoVacuumRobot.js | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/accessories/neatoVacuumRobot.js b/accessories/neatoVacuumRobot.js index 979b2aa..6c6814d 100644 --- a/accessories/neatoVacuumRobot.js +++ b/accessories/neatoVacuumRobot.js @@ -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); } } } diff --git a/package.json b/package.json index 178fd63..b0bc316 100644 --- a/package.json +++ b/package.json @@ -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": [