mirror of https://github.com/caronc/apprise
Updated Notify_growl (markdown)
parent
6fb70ccc5f
commit
1cb7f62524
|
@ -12,6 +12,7 @@ Valid syntaxes are as follows:
|
||||||
* **growl**://**{hostname}**:**{port}**
|
* **growl**://**{hostname}**:**{port}**
|
||||||
* **growl**://**{password}**@**{hostname}**
|
* **growl**://**{password}**@**{hostname}**
|
||||||
* **growl**://**{password}**@**{hostname}**:**{port}**
|
* **growl**://**{password}**@**{hostname}**:**{port}**
|
||||||
|
* **growl**://**{hostname}**/?**priority={priority}**
|
||||||
|
|
||||||
Depending on the version of your Apple OS, you may wish to enable the legacy protocol version (v1.4) as follows if you have problems receiving the icon in version 2 (the default):
|
Depending on the version of your Apple OS, you may wish to enable the legacy protocol version (v1.4) as follows if you have problems receiving the icon in version 2 (the default):
|
||||||
* **growl**://**{password}**@**{hostname}**?version=**1**
|
* **growl**://**{password}**@**{hostname}**?version=**1**
|
||||||
|
@ -23,7 +24,7 @@ Depending on the version of your Apple OS, you may wish to enable the legacy pro
|
||||||
| port | No | The port Growl Server is listening on. By default the port is **23053**. You will probably never have to change this.
|
| port | No | The port Growl Server is listening on. By default the port is **23053**. You will probably never have to change this.
|
||||||
| password | No | The password associated with the Growl server if you set one up.
|
| password | No | The password associated with the Growl server if you set one up.
|
||||||
| version | No | The default version is 2, but you can specify the attribute ?version=1 if you would require the 1.4 version of the protocol.
|
| version | No | The default version is 2, but you can specify the attribute ?version=1 if you would require the 1.4 version of the protocol.
|
||||||
|
| priority | no | Can be **low**, **moderate**, **normal**, **high**, or **emergency**; the default is **normal** if a priority isn't specified.
|
||||||
#### Example
|
#### Example
|
||||||
Send a Growl notification to our server
|
Send a Growl notification to our server
|
||||||
```bash
|
```bash
|
||||||
|
|
Loading…
Reference in New Issue