Finalised v0.7.3
This commit is contained in:
parent
877c3d7d26
commit
3af668399b
@ -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
|
@ -239,7 +239,6 @@ NeatoVacuumRobotAccessory.prototype = {
|
||||
// Start cleaning
|
||||
else if (this.robot.canStart)
|
||||
{
|
||||
debug(this.name + ": ## Start cleaning");
|
||||
this.clean(callback);
|
||||
}
|
||||
// Cannot start
|
||||
|
@ -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": [
|
||||
|
Loading…
Reference in New Issue
Block a user