From c83dab7c8baa561f5ff0d626e728f866a67a9e5e Mon Sep 17 00:00:00 2001 From: Dominik Meyer Date: Fri, 23 Feb 2024 17:05:35 +0100 Subject: [PATCH] ADD: added pod documentation --- FHEM/98_NTFY_CLIENT.pm | 36 ++++++++++++++++++++++++++++++------ 1 file changed, 30 insertions(+), 6 deletions(-) diff --git a/FHEM/98_NTFY_CLIENT.pm b/FHEM/98_NTFY_CLIENT.pm index 3f68c87..dd10ab6 100644 --- a/FHEM/98_NTFY_CLIENT.pm +++ b/FHEM/98_NTFY_CLIENT.pm @@ -1,9 +1,33 @@ -# -# This FHEM Module provides push notifications through the ntfy.sh service and -# other compatible servers. -# -# Author: Dominik Meyer -# +=head1 NAME + +NTFY_CLIENT - client for ntfy.sh based servers + +=head1 LICENSE AND COPYRIGHT + +Copyright (C) 2024 by Dominik Meyer + +This program is free software: you can redistribute it and/or modify it under the terms of the +GNU General Public License as published by the Free Software Foundation, either version 3 of the +License, or (at your option) any later version. + +This module is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even +the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. +See the GNU General Public License for more details. + +You should have received a copy of the GNU General Public License along with this program. +If not, see . + +=head1 DESCRIPTION + +This module provides push notifications through the ntfy.sh service and +other compatible servers. + +=head1 AUTHORS + +Dominik Meyer + +=cut + package main; # enforce strict and warnings mode