mirror of https://github.com/caronc/apprise
typo - to many colons (:); refs #3
parent
3137e62952
commit
fbfaf42a9a
|
@ -8,10 +8,10 @@ Growl requires this script to pre-register the notifications it sends before bei
|
||||||
|
|
||||||
### Syntax
|
### Syntax
|
||||||
Valid syntaxes are as follows:
|
Valid syntaxes are as follows:
|
||||||
* **growl**:://**{hostname}**
|
* **growl**://**{hostname}**
|
||||||
* **growl**:://**{hostname}**:**{port}**
|
* **growl**://**{hostname}**:**{port}**
|
||||||
* **growl**:://**{password}**@**{hostname}**
|
* **growl**://**{password}**@**{hostname}**
|
||||||
* **growl**:://**{password}**@**{hostname}**:**{port}**
|
* **growl**://**{password}**@**{hostname}**:**{port}**
|
||||||
|
|
||||||
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**
|
||||||
|
|
Loading…
Reference in New Issue