Added contributor and bumped version to v0.6.0

This commit is contained in:
Arne 2019-07-14 23:35:09 +02:00
parent 5ea9dde49c
commit 4a97487400
2 changed files with 23 additions and 6 deletions

View File

@ -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

View File

@ -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"