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"