mirror of https://github.com/caronc/apprise
Updated Notify_pushover (markdown)
parent
1cb7f62524
commit
aefbc9c5a4
|
@ -12,14 +12,14 @@ Valid syntax is as follows:
|
||||||
* **pover**://**{user_id}**@**{token}**
|
* **pover**://**{user_id}**@**{token}**
|
||||||
* **pover**://**{user_id}**@**{token}**/**{device_id}**
|
* **pover**://**{user_id}**@**{token}**/**{device_id}**
|
||||||
* **pover**://**{user_id}**@**{token}**/**{device_id1}**/**{device_id2}**/**{device_idN}**
|
* **pover**://**{user_id}**@**{token}**/**{device_id1}**/**{device_id2}**/**{device_idN}**
|
||||||
|
* **pover**://**{user_id}**@**{token}**?**priority={priority}**
|
||||||
### Parameter Breakdown
|
### Parameter Breakdown
|
||||||
| Variable | Required | Description
|
| Variable | Required | Description
|
||||||
| ----------- | -------- | -----------
|
| ----------- | -------- | -----------
|
||||||
| 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.
|
||||||
#### Example
|
#### Example
|
||||||
Send a Pushover notification to all of our configured devices:
|
Send a Pushover notification to all of our configured devices:
|
||||||
```bash
|
```bash
|
||||||
|
|
Loading…
Reference in New Issue