From 761c8b639d4b159aa1342dc7fce5b9470d83e9b7 Mon Sep 17 00:00:00 2001 From: Dominik Meyer Date: Fri, 1 Mar 2024 21:45:00 +0100 Subject: [PATCH] ADD: added documentation for defaultPriority attribute --- FHEM/98_NTFY_CLIENT.pm | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/FHEM/98_NTFY_CLIENT.pm b/FHEM/98_NTFY_CLIENT.pm index 50fdc2b..b78fa85 100644 --- a/FHEM/98_NTFY_CLIENT.pm +++ b/FHEM/98_NTFY_CLIENT.pm @@ -523,7 +523,7 @@ sub NTFY_Delete Everything without a prefix is considered the messages and is concatenated. @@ -547,6 +547,11 @@ sub NTFY_Delete
Sets the default topic used if no topic is provided within the publish string.
+
defaultPriority
+
+ Sets the default priority used if no priority is provided within the publish string. + Values: (max, high, default, low, min) +
=end html