From f4d83e5416bb15c585ae35bf76be855b08a73f24 Mon Sep 17 00:00:00 2001 From: Chris Caron Date: Mon, 3 Aug 2020 10:01:23 -0400 Subject: [PATCH] Updated Notify_pushbullet (markdown) --- Notify_pushbullet.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Notify_pushbullet.md b/Notify_pushbullet.md index da7f891..17514af 100644 --- a/Notify_pushbullet.md +++ b/Notify_pushbullet.md @@ -33,5 +33,6 @@ If neither a **{device_id}**, **#{channel}**, or **{email}** is specified, then Send a Pushbullet notification to all devices: ```bash # Assuming our {accesstoken} is abcdefghijklmno -apprise pbul://abcdefghijklmno +apprise -vv -t "Test Message Title" -b "Test Message Body" \ + pbul://abcdefghijklmno ``` \ No newline at end of file