add meta.json & README.md
parent
7187d54b3b
commit
4a519c9751
|
|
@ -0,0 +1,17 @@
|
|||
# Neato Botvac
|
||||
|
||||
This plugin allows to interact with your Neato Botvac cleaning robots. Each robot linkd to your account will appear automatically in the system, once the account is added to nymea.
|
||||
|
||||
## Supported Things
|
||||
|
||||
* Neato D7 (Tested)
|
||||
* Other Neato Dx should also work, but haven't been tested
|
||||
|
||||
## Requirements
|
||||
|
||||
* The robot must be added to a personal Neato account, that can be created via the Neato Robotics website.
|
||||
* The package “nymea-plugin-neatobotvac” must be installed
|
||||
|
||||
## More
|
||||
|
||||
[Neato Robotics](https://neatorobotics.com/)
|
||||
|
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
"title": "Neato Botvac",
|
||||
"tagline": "Connect to and control your Neato Botvac connected cleaning robots.",
|
||||
"icon": "cleaningrobot.png",
|
||||
"stability": "consumer",
|
||||
"offline": true,
|
||||
"technologies": [
|
||||
"network"
|
||||
],
|
||||
"categories": [
|
||||
"account",
|
||||
"cleaningrobot"
|
||||
]
|
||||
}
|
||||
Loading…
Reference in New Issue