Site updated at 2017-01-09 19:50:15 UTC
This commit is contained in:
parent
62053933b4
commit
951521f412
23 changed files with 45 additions and 45 deletions
|
@ -147,7 +147,7 @@
|
|||
<span class="s">service</span><span class="pi">:</span> <span class="s">notify.NOTIFIER_NAME</span>
|
||||
<span class="s">data</span><span class="pi">:</span>
|
||||
<span class="s">title</span><span class="pi">:</span> <span class="s">Send an images</span>
|
||||
<span class="s">message</span><span class="pi">:</span> <span class="s">That's a example that sends an image.</span>
|
||||
<span class="s">message</span><span class="pi">:</span> <span class="s">That's an example that sends an image.</span>
|
||||
<span class="s">data</span><span class="pi">:</span>
|
||||
<span class="s">photo</span><span class="pi">:</span>
|
||||
<span class="pi">-</span> <span class="s">url</span><span class="pi">:</span> <span class="s">http://192.168.1.28/camera.jpg</span>
|
||||
|
@ -163,8 +163,8 @@
|
|||
<ul>
|
||||
<li><strong>url</strong> or <strong>file</strong> (<em>Required</em>): For local or remote path to an image.</li>
|
||||
<li><strong>caption</strong> (<em>Optional</em>): The title of the image.</li>
|
||||
<li><strong>username</strong> (<em>Optional</em>): Username for an URL which require HTTP basic authentication.</li>
|
||||
<li><strong>password</strong> (<em>Optional</em>): Username for an URL which require HTTP basic authentication.</li>
|
||||
<li><strong>username</strong> (<em>Optional</em>): Username for a URL which require HTTP basic authentication.</li>
|
||||
<li><strong>password</strong> (<em>Optional</em>): Username for a URL which require HTTP basic authentication.</li>
|
||||
</ul>
|
||||
|
||||
<h3><a class="title-link" name="document-support" href="#document-support"></a> Document support</h3>
|
||||
|
@ -174,20 +174,20 @@
|
|||
<span class="s">service</span><span class="pi">:</span> <span class="s">notify.NOTIFIER_NAME</span>
|
||||
<span class="s">data</span><span class="pi">:</span>
|
||||
<span class="s">title</span><span class="pi">:</span> <span class="s">Send a document</span>
|
||||
<span class="s">message</span><span class="pi">:</span> <span class="s">That's a example that sends a document.</span>
|
||||
<span class="s">message</span><span class="pi">:</span> <span class="s">That's an example that sends a document.</span>
|
||||
<span class="s">data</span><span class="pi">:</span>
|
||||
<span class="s">document</span><span class="pi">:</span>
|
||||
<span class="s">file</span><span class="pi">:</span> <span class="s">/tmp/whatever.odf</span>
|
||||
<span class="s">caption</span><span class="pi">:</span> <span class="s">Picture Title xy</span>
|
||||
<span class="s">caption</span><span class="pi">:</span> <span class="s">Document Title xy</span>
|
||||
|
||||
</code></pre>
|
||||
</div>
|
||||
|
||||
<ul>
|
||||
<li><strong>url</strong> or <strong>file</strong> (<em>Required</em>): For local or remote path to an image.</li>
|
||||
<li><strong>caption</strong> (<em>Optional</em>): The title of the image.</li>
|
||||
<li><strong>username</strong> (<em>Optional</em>): Username for an URL which require HTTP basic authentication.</li>
|
||||
<li><strong>password</strong> (<em>Optional</em>): Username for an URL which require HTTP basic authentication.</li>
|
||||
<li><strong>url</strong> or <strong>file</strong> (<em>Required</em>): For local or remote path to a document.</li>
|
||||
<li><strong>caption</strong> (<em>Optional</em>): The title of the document.</li>
|
||||
<li><strong>username</strong> (<em>Optional</em>): Username for a URL which require HTTP basic authentication.</li>
|
||||
<li><strong>password</strong> (<em>Optional</em>): Username for a URL which require HTTP basic authentication.</li>
|
||||
</ul>
|
||||
|
||||
<h3><a class="title-link" name="location-support" href="#location-support"></a> Location support</h3>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue