From 332316e61d18c0b5dc9fa9c0bc4687796676c1ae Mon Sep 17 00:00:00 2001 From: Dominik Meyer Date: Fri, 23 Feb 2024 16:52:06 +0100 Subject: [PATCH] MOD: removed unused code --- FHEM/98_NTFY_CLIENT.pm | 29 ++++++++++++++++++----------- 1 file changed, 18 insertions(+), 11 deletions(-) diff --git a/FHEM/98_NTFY_CLIENT.pm b/FHEM/98_NTFY_CLIENT.pm index 99d8e56..3f68c87 100644 --- a/FHEM/98_NTFY_CLIENT.pm +++ b/FHEM/98_NTFY_CLIENT.pm @@ -37,16 +37,6 @@ use constant { PRIO_LOW => 2 }; - -my %NTFY_SETS = -( - "_msg" => "textField", - "message" => "textField", - "msg" => "textField", - "send" => "textField" -); - - # NTFY logging method sub NTFY_LOG { @@ -458,4 +448,21 @@ sub NTFY_Attr } -1; \ No newline at end of file +1; + +######################################### + +=pod +=item summary devices to send and receive push notifications through ntfy.sh and self hosted instances + + +

NTFY_CLIENT

+
  • + ntfy.sh is a service to publish messages to and receive messages from topics. It is also possible + to host own instances of the service. The service can be used from the commandline using curl or + wget and also from smartphone applications. The later are available for IOS and Android. +
  • +
  • + Module development takes place at https://rm.byterazor.de/projects/fhem-ntfy. +
  • +=cut \ No newline at end of file