Skip to content

Commit

Permalink
Finalised v0.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
naofireblade committed Apr 25, 2021
1 parent 877c3d7 commit 3af6683
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,4 +116,7 @@
* Fixed robot not shown before setting up a floor plan

## 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
1 change: 0 additions & 1 deletion accessories/neatoVacuumRobot.js
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,6 @@ NeatoVacuumRobotAccessory.prototype = {
// Start cleaning
else if (this.robot.canStart)
{
debug(this.name + ": ## Start cleaning");
this.clean(callback);
}
// Cannot start
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "homebridge-neato",
"version": "0.7.2",
"version": "0.7.3",
"description": "A Neato vacuum robot plugin for homebridge.",
"license": "MIT",
"keywords": [
Expand Down

0 comments on commit 3af6683

Please sign in to comment.