This commit is contained in:
naofireblade 2017-04-18 02:51:59 +02:00 committed by GitHub
parent f79432d5e4
commit cbfbb26b14

View File

@ -1,6 +1,14 @@
# homebridge-neato # homebridge-neato
This is a plugin to control your [Neato](https://www.neatorobotics.com/) vacuum robot. This is a plugin to control your [Neato](https://www.neatorobotics.com/) vacuum robot. You can download it via [npm](https://www.npmjs.com/package/homebridge-neato).
# Features
- Start and pause cleaning
- Return to base
- Enable and disable schedule
- Enable and disable eco mode
- Get battery info
# Installation # Installation
@ -16,25 +24,17 @@ Add the following information to your config file. Change the values for name, e
```json ```json
"accessories": [ "accessories": [
{ {
"accessory": "NeatoVacuumRobot", "accessory": "NeatoVacuumRobot",
"name": "YourRobot", "name": "YourRobot",
"email": "YourEmail", "email": "YourEmail",
"password": "YourPassword" "password": "YourPassword"
} }
] ]
``` ```
# Features
- Atart and pause cleaning
- Return to base
- Enable and disable schedule
- Enable and disable eco mode
- Get battery info
# Tested robots # Tested robots
- BotVac Connected Firmware 2.2.0 - BotVac Connected Firmware 2.2.0
if you have another connected neato robot, please [tell me](https://github.com/naofireblade/homebridge-neato/issues/new) your experience with this plugin. If you have another connected neato robot, please [tell me](https://github.com/naofireblade/homebridge-neato/issues/new) your experience with this plugin.