Updated notify (markdown)

tdk1069 2019-06-18 09:08:21 +01:00
parent 84637d43e5
commit 01a8a946c3
1 changed files with 6 additions and 0 deletions

@ -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: