add meta.json & README.md

master
loosrob 2021-04-14 21:05:57 +02:00 committed by Michael Zanetti
parent 7187d54b3b
commit 4a519c9751
2 changed files with 31 additions and 0 deletions

17
neatobotvac/README.md Normal file
View File

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

14
neatobotvac/meta.json Normal file
View File

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