mirror of https://github.com/caronc/apprise
Updated Notify_pushjet (markdown)
parent
6b7e019755
commit
403ed4be24
|
@ -11,9 +11,11 @@ If you want to use your own custom Pushjet server, then the following identify t
|
|||
* `pjet://{host}/{secret_key}`
|
||||
* `pjet://{host}:{port}/{secret_key}`
|
||||
* `pjet://{user}:{password}@{host}/{secret_key}`
|
||||
* `pjet://{user}:{password}@{host}:{port}/{secret_key}`
|
||||
* `pjets://{host}/{secret_key}`
|
||||
* `pjets://{host}:{port}/{secret_key}`
|
||||
* `pjets://{user}:{password}@{host}/{secret_key}`
|
||||
* `pjets://{user}:{password}@{host}:{port}/{secret_key}`
|
||||
|
||||
### Parameter Breakdown
|
||||
| Variable | Required | Description
|
||||
|
|
Loading…
Reference in New Issue