diff --git a/README.md b/README.md index 4a616a4..c47ddcf 100644 --- a/README.md +++ b/README.md @@ -11,10 +11,11 @@ Feel free to leave any feedback [here](https://github.com/naofireblade/homebridg - Start and pause cleaning - Return to dock -- Toggle schedule -- Toggle eco mode -- Toggle extra care navigation -- Toggle nogo lines +- Scheduling +- Eco mode +- Extra care navigation +- Nogo lines +- Zone cleaning - Get battery info - Get dock info - Periodic refresh of robot state @@ -76,3 +77,4 @@ The plugin should work with D4 and D6 as well. If you have connected neato robot Many thanks go to - [ghulands](https://github.com/ghulands) for finding and fixing a bug when no robot is associated with the neato account - [Berkay](https://github.com/btutal) for adding the schema file to use the plugin with homebridge-config-ui-x +- [Antoine de Maleprade](https://github.com/az0uz) for adding the zone cleaning feature \ No newline at end of file diff --git a/package.json b/package.json index cffd2d9..59450fc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "homebridge-neato", - "version": "0.5.2", + "version": "0.6.0", "description": "A Neato vacuum robot plugin for homebridge.", "license": "MIT", "keywords": [ @@ -13,8 +13,23 @@ "homebridge": ">=0.2.0" }, "author": { - "name": "Arne Blumentritt" + "name": "Arne Blumentritt", + "url2": "https://github.com/naofireblade" }, + "contributors": [ + { + "name": "ghulands", + "url": "https://github.com/ghulands" + }, + { + "name": "Berkay", + "url": "https://github.com/btutal" + }, + { + "name": "Antoine de Maleprade", + "url": "https://github.com/az0uz" + } + ], "repository": { "type": "git", "url": "git://github.com/naofireblade/homebridge-neato.git"