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
|
* 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
|
@ -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
|
||||||
|
@ -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": [
|
||||||
|
Loading…
Reference in New Issue
Block a user