From 4a519c9751dbf0acac25dc4ee95ec545fbd787ae Mon Sep 17 00:00:00 2001 From: loosrob <79396812+loosrob@users.noreply.github.com> Date: Wed, 14 Apr 2021 21:05:57 +0200 Subject: [PATCH] add meta.json & README.md --- neatobotvac/README.md | 17 +++++++++++++++++ neatobotvac/meta.json | 14 ++++++++++++++ 2 files changed, 31 insertions(+) create mode 100644 neatobotvac/README.md create mode 100644 neatobotvac/meta.json 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" + ] +}