Finalised v0.7.3

This commit is contained in:
Arne Blumentritt 2021-04-25 21:41:23 +02:00
parent 877c3d7d26
commit 3af668399b
3 changed files with 5 additions and 3 deletions

View File

@ -116,4 +116,7 @@
* Fixed robot not shown before setting up a floor plan * Fixed robot not shown before setting up a floor plan
## 0.7.2 ## 0.7.2
* Fixed homebridge crash with multiple robots per account * Fixed homebridge crash with multiple robots per account
## 0.7.3
* Fixed warnings since homebridge 1.3.0

View File

@ -239,7 +239,6 @@ NeatoVacuumRobotAccessory.prototype = {
// Start cleaning // Start cleaning
else if (this.robot.canStart) else if (this.robot.canStart)
{ {
debug(this.name + ": ## Start cleaning");
this.clean(callback); this.clean(callback);
} }
// Cannot start // Cannot start

View File

@ -1,6 +1,6 @@
{ {
"name": "homebridge-neato", "name": "homebridge-neato",
"version": "0.7.2", "version": "0.7.3",
"description": "A Neato vacuum robot plugin for homebridge.", "description": "A Neato vacuum robot plugin for homebridge.",
"license": "MIT", "license": "MIT",
"keywords": [ "keywords": [