diff --git a/neatobotvac/README.md b/neatobotvac/README.md new file mode 100644 index 00000000..4cab2e18 --- /dev/null +++ b/neatobotvac/README.md @@ -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/) diff --git a/neatobotvac/meta.json b/neatobotvac/meta.json new file mode 100644 index 00000000..cacff2c6 --- /dev/null +++ b/neatobotvac/meta.json @@ -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" + ] +}