MOD: removed unused code

This commit is contained in:
Dominik Meyer 2024-02-23 16:52:06 +01:00
parent 51cd608c4c
commit 332316e61d
Signed by: byterazor
GPG Key ID: EABDA0FD5981BC97

View File

@ -37,16 +37,6 @@ use constant {
PRIO_LOW => 2 PRIO_LOW => 2
}; };
my %NTFY_SETS =
(
"_msg" => "textField",
"message" => "textField",
"msg" => "textField",
"send" => "textField"
);
# NTFY logging method # NTFY logging method
sub NTFY_LOG sub NTFY_LOG
{ {
@ -458,4 +448,21 @@ sub NTFY_Attr
} }
1; 1;
#########################################
=pod
=item summary devices to send and receive push notifications through ntfy.sh and self hosted instances
<a name="NTFY_CLIENT"></a>
<h3>NTFY_CLIENT</h3>
<li>
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.
</li>
<li>
Module development takes place at <a href="https://rm.byterazor.de/projects/fhem-ntfy">https://rm.byterazor.de/projects/fhem-ntfy</a>.
</li>
=cut