@@ -67,7 +67,7 @@ action:
67
67
service: notify.NOTIFIER_NAME
68
68
data:
69
69
title: Send an images
70
- message: That's a example that sends an image.
70
+ message: That's an example that sends an image.
71
71
data:
72
72
photo:
73
73
- url: http://192.168.1.28/camera.jpg
@@ -81,8 +81,8 @@ action:
81
81
82
82
- **url** or **file** (*Required*): For local or remote path to an image.
83
83
- **caption** (*Optional*): The title of the image.
84
- - **username** (*Optional*): Username for an URL which require HTTP basic authentication.
85
- - **password** (*Optional*): Username for an URL which require HTTP basic authentication.
84
+ - **username** (*Optional*): Username for a URL which require HTTP basic authentication.
85
+ - **password** (*Optional*): Username for a URL which require HTTP basic authentication.
86
86
87
87
# ## {% linkable_title Document support %}
88
88
@@ -92,18 +92,18 @@ action:
92
92
service: notify.NOTIFIER_NAME
93
93
data:
94
94
title: Send a document
95
- message: That's a example that sends a document.
95
+ message: That's an example that sends a document.
96
96
data:
97
97
document:
98
98
file: /tmp/whatever.odf
99
- caption: Picture Title xy
99
+ caption: Document Title xy
100
100
101
101
` ` `
102
102
103
- - **url** or **file** (*Required*): For local or remote path to an image .
104
- - **caption** (*Optional*): The title of the image .
105
- - **username** (*Optional*): Username for an URL which require HTTP basic authentication.
106
- - **password** (*Optional*): Username for an URL which require HTTP basic authentication.
103
+ - **url** or **file** (*Required*): For local or remote path to a document .
104
+ - **caption** (*Optional*): The title of the document .
105
+ - **username** (*Optional*): Username for a URL which require HTTP basic authentication.
106
+ - **password** (*Optional*): Username for a URL which require HTTP basic authentication.
107
107
108
108
# ## {% linkable_title Location support %}
109
109
0 commit comments