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
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
@ -16,25 +24,17 @@ Add the following information to your config file. Change the values for name, e
```json
"accessories": [
{
"accessory": "NeatoVacuumRobot",
"name": "YourRobot",
"email": "YourEmail",
"password": "YourPassword"
}
]
{
"accessory": "NeatoVacuumRobot",
"name": "YourRobot",
"email": "YourEmail",
"password": "YourPassword"
}
]
```
# Features
- Atart and pause cleaning
- Return to base
- Enable and disable schedule
- Enable and disable eco mode
- Get battery info
# Tested robots
- 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.