ADD: added documentation for defaultPriority attribute

This commit is contained in:
Dominik Meyer 2024-03-01 21:45:00 +01:00
parent 040397a67e
commit 761c8b639d
Signed by: byterazor
GPG Key ID: EABDA0FD5981BC97
1 changed files with 6 additions and 1 deletions

View File

@ -523,7 +523,7 @@ sub NTFY_Delete
<ul>
<li>@ - identifies a topic. 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>
</ul>
Everything without a prefix is considered the messages and is concatenated.
@ -547,6 +547,11 @@ sub NTFY_Delete
<dd>
Sets the default topic used if no topic is provided within the publish string.
</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>
=end html