Compare commits
3 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
e1754e02ed | ||
|
0b864eb229 | ||
|
1d1fa121a4 |
@@ -74,4 +74,8 @@
|
||||
* Changed error handling
|
||||
* Changed debug messages
|
||||
* 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
|
@@ -7,8 +7,6 @@ This is a plugin for [homebridge](https://github.com/nfarina/homebridge) to cont
|
||||
|
||||
Feel free to leave any feedback [here](https://github.com/naofireblade/homebridge-neato/issues).
|
||||
|
||||
If you update from a previous version 0.3.x you have to adapt your config (plugin is now a platform).
|
||||
|
||||
## Features
|
||||
|
||||
- Start and pause cleaning
|
||||
@@ -16,7 +14,7 @@ If you update from a previous version 0.3.x you have to adapt your config (plugi
|
||||
- Toggle schedule
|
||||
- Toggle eco mode
|
||||
- Toggle extra care navigation
|
||||
- toggle nogo lines
|
||||
- Toggle nogo lines
|
||||
- Get battery info
|
||||
- Get dock info
|
||||
- Periodic refresh of robot state
|
||||
@@ -69,11 +67,11 @@ The parameter **disabled** accepts a list of switches/sensors that can be disabl
|
||||
|
||||
- BotVac Connected (Firmware 2.2.0)
|
||||
- BotVac D3 Connected
|
||||
- BotVac D5 Connected (Firmware 4.0.0, Firmware 4.3.0)
|
||||
- BotVac D5 Connected (Firmware 4.0.0, 4.3.0)
|
||||
- BotVac D7 Connected
|
||||
|
||||
The plugin should work with D4 and D6 as well. If you have connected neato robot, please [tell me](https://github.com/naofireblade/homebridge-neato/issues) about your experience with this plugin.
|
||||
|
||||
## Contributors
|
||||
Many thanks go to
|
||||
- [ghulands](https://github.com/ghulands) for finding and fixing a bug when no robot is associated with the neato account
|
||||
- [ghulands](https://github.com/ghulands) for finding and fixing a bug when no robot is associated with the neato account
|
||||
|
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "homebridge-neato",
|
||||
"version": "0.5.0",
|
||||
"version": "0.5.1",
|
||||
"description": "A Neato vacuum robot plugin for homebridge.",
|
||||
"license": "MIT",
|
||||
"keywords": [
|
||||
@@ -20,7 +20,7 @@
|
||||
"url": "git://github.com/naofireblade/homebridge-neato.git"
|
||||
},
|
||||
"dependencies": {
|
||||
"node-botvac": ">=0.1.6",
|
||||
"node-botvac": ">=0.1.7",
|
||||
"debug": "^2.2.0"
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user