From cbfbb26b14c494547be8043cd2f164c0702ada64 Mon Sep 17 00:00:00 2001 From: naofireblade Date: Tue, 18 Apr 2017 02:51:59 +0200 Subject: [PATCH] spelling --- README.md | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/README.md b/README.md index 2b16511..4adc437 100644 --- a/README.md +++ b/README.md @@ -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. \ No newline at end of file +If you have another connected neato robot, please [tell me](https://github.com/naofireblade/homebridge-neato/issues/new) your experience with this plugin.