Bumped version to v0.7.0-beta.8 and enabled find me
This commit is contained in:
parent
e75686e665
commit
5402123340
@ -222,8 +222,8 @@ NeatoVacuumRobotAccessory.prototype = {
|
|||||||
this.services.push(this.extraCareService);
|
this.services.push(this.extraCareService);
|
||||||
if (this.hiddenServices.indexOf('schedule') === -1)
|
if (this.hiddenServices.indexOf('schedule') === -1)
|
||||||
this.services.push(this.scheduleService);
|
this.services.push(this.scheduleService);
|
||||||
// if (this.hiddenServices.indexOf('find') === -1)
|
if (this.hiddenServices.indexOf('find') === -1)
|
||||||
// this.services.push(this.vacuumRobotFindMeService);
|
this.services.push(this.findMeService);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "homebridge-neato",
|
"name": "homebridge-neato",
|
||||||
"version": "0.7.0-beta.7",
|
"version": "0.7.0-beta.8",
|
||||||
"description": "A Neato vacuum robot plugin for homebridge.",
|
"description": "A Neato vacuum robot plugin for homebridge.",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
@ -36,7 +36,7 @@
|
|||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"debug": "^4.1.1",
|
"debug": "^4.1.1",
|
||||||
"node-botvac": ">=0.3.0",
|
"node-botvac": ">=0.4.0",
|
||||||
"uuid": "^3.3.2"
|
"uuid": "^3.3.2"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user