From 01a8a946c3e48a62c456d3a95459fb3cb3d26d1f Mon Sep 17 00:00:00 2001 From: tdk1069 Date: Tue, 18 Jun 2019 09:08:21 +0100 Subject: [PATCH] Updated notify (markdown) --- notify.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/notify.md b/notify.md index fcc8f97..9771eae 100644 --- a/notify.md +++ b/notify.md @@ -184,6 +184,12 @@ export PUSHOVER_USER="xxxxxxxx" #Optional, name of a custom sound listed at https://pushover.net/api#sounds (Blank or not set will play default) export PUSHOVER_SOUND="xxxxxxxx" + +#Optional, name of a registered pushover client device, names are available on your dashboard. Default = "" (all devices) +export PUSHOVER_DEVICE="xxxxxxxx" + +#Optional, Priority level of notification, Lowest Priority (-2), Low Priority (-1), Normal Priority (0), High Priority (1). Default=Normal Priority +export PUSHOVER_SOUND="x" ``` Ok, let's set notification hook: