Fixed console log in node-botvac
This commit is contained in:
parent
0b864eb229
commit
e1754e02ed
@ -74,4 +74,8 @@
|
|||||||
* Changed error handling
|
* Changed error handling
|
||||||
* Changed debug messages
|
* Changed debug messages
|
||||||
* Updated node-botvac dependency to 0.1.6
|
* Updated node-botvac dependency to 0.1.6
|
||||||
* Removed extra care navigation option parameter (is now a button)
|
* Removed extra care navigation option parameter (is now a button)
|
||||||
|
|
||||||
|
## 0.5.1
|
||||||
|
|
||||||
|
* Updated node-botvac dependency to 0.1.7
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "homebridge-neato",
|
"name": "homebridge-neato",
|
||||||
"version": "0.5.0",
|
"version": "0.5.1",
|
||||||
"description": "A Neato vacuum robot plugin for homebridge.",
|
"description": "A Neato vacuum robot plugin for homebridge.",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
@ -20,7 +20,7 @@
|
|||||||
"url": "git://github.com/naofireblade/homebridge-neato.git"
|
"url": "git://github.com/naofireblade/homebridge-neato.git"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"node-botvac": ">=0.1.6",
|
"node-botvac": ">=0.1.7",
|
||||||
"debug": "^2.2.0"
|
"debug": "^2.2.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user