Compare commits
3 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
442b91c347 | ||
|
55020c005b | ||
|
7c72aabb25 |
@@ -78,4 +78,8 @@
|
|||||||
|
|
||||||
## 0.5.1
|
## 0.5.1
|
||||||
|
|
||||||
* Updated node-botvac dependency to 0.1.7
|
* Updated node-botvac dependency to 0.1.7
|
||||||
|
|
||||||
|
## 0.5.2
|
||||||
|
|
||||||
|
* Added schema file for use with homebridge-config-ui-x
|
@@ -75,3 +75,4 @@ The plugin should work with D4 and D6 as well. If you have connected neato robot
|
|||||||
## Contributors
|
## Contributors
|
||||||
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
|
||||||
|
23
config.schema.json
Normal file
23
config.schema.json
Normal file
@@ -0,0 +1,23 @@
|
|||||||
|
{
|
||||||
|
"pluginAlias": "NeatoVacuumRobot",
|
||||||
|
"pluginType": "platform",
|
||||||
|
"headerDisplay": "For Advanced settings like Refresh time interval or Disabled switches/sensors. [Check Here](https://github.com/naofireblade/homebridge-neato#readme)",
|
||||||
|
"schema": {
|
||||||
|
"type": "object",
|
||||||
|
"properties": {
|
||||||
|
"email": {
|
||||||
|
"title": "email",
|
||||||
|
"type": "string",
|
||||||
|
"required": true,
|
||||||
|
"format": "email",
|
||||||
|
"description": "Your Email Address"
|
||||||
|
},
|
||||||
|
"password": {
|
||||||
|
"title": "password",
|
||||||
|
"type": "string",
|
||||||
|
"required": true,
|
||||||
|
"description": "Your Password"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "homebridge-neato",
|
"name": "homebridge-neato",
|
||||||
"version": "0.5.1",
|
"version": "0.5.2",
|
||||||
"description": "A Neato vacuum robot plugin for homebridge.",
|
"description": "A Neato vacuum robot plugin for homebridge.",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
@@ -23,4 +23,4 @@
|
|||||||
"node-botvac": ">=0.1.7",
|
"node-botvac": ">=0.1.7",
|
||||||
"debug": "^2.2.0"
|
"debug": "^2.2.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
Reference in New Issue
Block a user