Updated Notify_pushover (markdown)

master
Chris Caron 2019-02-13 16:52:38 -05:00
parent 2a86a19e2f
commit a0208d6d80
1 changed files with 2 additions and 1 deletions

@ -19,7 +19,8 @@ Valid syntax is as follows:
| user_id | Yes | The user identifier associated with your Pushover account. | user_id | Yes | The user identifier associated with your Pushover account.
| token | Yes | The token associated with your Pushover account. | token | Yes | The token associated with your Pushover account.
| device_id | No | The device identifier to send your notification to. By default if one isn't specified then all of devices associated with your account are notified. | device_id | No | The device identifier to send your notification to. By default if one isn't specified then all of devices associated with your account are notified.
| priority | no | Can be **low**, **moderate**, **normal**, **high**, or **emergency**; the default is **normal** if a priority isn't specified. | priority | No | Can be **low**, **moderate**, **normal**, **high**, or **emergency**; the default is **normal** if a priority isn't specified.
#### Example #### Example
Send a Pushover notification to all of our configured devices: Send a Pushover notification to all of our configured devices:
```bash ```bash