From 48e807a4530f1c2e4bcb022be55753cece5f3108 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20St=C3=BCrz?= Date: Wed, 19 Jun 2019 11:12:06 +0200 Subject: [PATCH] Migrate pushbullet plugin documentation --- pushbullet/README.md | 10 ++++++++++ pushbullet/devicepluginpushbullet.cpp | 18 ------------------ 2 files changed, 10 insertions(+), 18 deletions(-) create mode 100644 pushbullet/README.md diff --git a/pushbullet/README.md b/pushbullet/README.md new file mode 100644 index 00000000..8b6cf9e7 --- /dev/null +++ b/pushbullet/README.md @@ -0,0 +1,10 @@ +# Pushbullet + +This plugin allows to send notifications via Pushbullet. + +## Usage + +When setting up a device for the pushbullet service, an API token from Pushbullet is required. Please visit +https://www.pushbullet.com and create an account if you haven't done so already. After logging in successfully, +open the "Settings" tab and in "Account Settings", create a new access token. Use that token as the device +parameter when setting up the device. \ No newline at end of file diff --git a/pushbullet/devicepluginpushbullet.cpp b/pushbullet/devicepluginpushbullet.cpp index 52e1b3c5..0df3bb6b 100644 --- a/pushbullet/devicepluginpushbullet.cpp +++ b/pushbullet/devicepluginpushbullet.cpp @@ -20,24 +20,6 @@ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ -/*! - \page pushbullet.html - \title Pushbullet - \brief Plugin to send notifications via Pushbullet. - - \ingroup plugins - \ingroup nymea-plugins - - This plugin allows to send notifications via Pushbullet. - - \chapter Usage - - When setting up a device for the pushbullet service, an API token from Pushbullet is required. Please visit - https://www.pushbullet.com and create an account if you haven't done so already. After logging in successfully, - open the "Settings" tab and in "Account Settings", create a new access token. Use that token as the device - parameter when setting up the device. -*/ - #include "devicepluginpushbullet.h" #include "plugininfo.h"