ADD: added documentation for defaultPriority attribute
This commit is contained in:
parent
040397a67e
commit
761c8b639d
@ -523,7 +523,7 @@ sub NTFY_Delete
|
|||||||
<ul>
|
<ul>
|
||||||
<li>@ - identifies a topic. Can be used multiple times.</li>
|
<li>@ - identifies a topic. Can be used multiple times.</li>
|
||||||
<li># - a ntfy keyword. Can be used multiple times.</li>
|
<li># - a ntfy keyword. Can be used multiple times.</li>
|
||||||
<li>! - the priority. The last mentioned priority wins. (high, medium, low, default) </li>
|
<li>! - the priority. The last mentioned priority wins. (max, high, default, low, min) </li>
|
||||||
<li>* - the title of the notification. The last mentioned title wins. </li>
|
<li>* - the title of the notification. The last mentioned title wins. </li>
|
||||||
</ul>
|
</ul>
|
||||||
Everything without a prefix is considered the messages and is concatenated.
|
Everything without a prefix is considered the messages and is concatenated.
|
||||||
@ -547,6 +547,11 @@ sub NTFY_Delete
|
|||||||
<dd>
|
<dd>
|
||||||
Sets the default topic used if no topic is provided within the publish string.
|
Sets the default topic used if no topic is provided within the publish string.
|
||||||
</dd>
|
</dd>
|
||||||
|
<dt><b>defaultPriority</b></dt>
|
||||||
|
<dd>
|
||||||
|
Sets the default priority used if no priority is provided within the publish string.
|
||||||
|
Values: (max, high, default, low, min)
|
||||||
|
</dd>
|
||||||
</dl>
|
</dl>
|
||||||
|
|
||||||
=end html
|
=end html
|
||||||
|
Loading…
Reference in New Issue
Block a user