Added contributor and bumped version to v0.6.0
This commit is contained in:
parent
5ea9dde49c
commit
4a97487400
10
README.md
10
README.md
@ -11,10 +11,11 @@ Feel free to leave any feedback [here](https://github.com/naofireblade/homebridg
|
|||||||
|
|
||||||
- Start and pause cleaning
|
- Start and pause cleaning
|
||||||
- Return to dock
|
- Return to dock
|
||||||
- Toggle schedule
|
- Scheduling
|
||||||
- Toggle eco mode
|
- Eco mode
|
||||||
- Toggle extra care navigation
|
- Extra care navigation
|
||||||
- Toggle nogo lines
|
- Nogo lines
|
||||||
|
- Zone cleaning
|
||||||
- Get battery info
|
- Get battery info
|
||||||
- Get dock info
|
- Get dock info
|
||||||
- Periodic refresh of robot state
|
- 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
|
Many thanks go to
|
||||||
- [ghulands](https://github.com/ghulands) for finding and fixing a bug when no robot is associated with the neato account
|
- [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
|
- [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
|
19
package.json
19
package.json
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "homebridge-neato",
|
"name": "homebridge-neato",
|
||||||
"version": "0.5.2",
|
"version": "0.6.0",
|
||||||
"description": "A Neato vacuum robot plugin for homebridge.",
|
"description": "A Neato vacuum robot plugin for homebridge.",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
@ -13,8 +13,23 @@
|
|||||||
"homebridge": ">=0.2.0"
|
"homebridge": ">=0.2.0"
|
||||||
},
|
},
|
||||||
"author": {
|
"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": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git://github.com/naofireblade/homebridge-neato.git"
|
"url": "git://github.com/naofireblade/homebridge-neato.git"
|
||||||
|
Loading…
Reference in New Issue
Block a user