ADD: added pod documentation

This commit is contained in:
Dominik Meyer 2024-02-23 17:05:35 +01:00
parent 332316e61d
commit c83dab7c8b
Signed by: byterazor
GPG Key ID: EABDA0FD5981BC97

View File

@ -1,9 +1,33 @@
# =head1 NAME
# This FHEM Module provides push notifications through the ntfy.sh service and
# other compatible servers. NTFY_CLIENT - client for ntfy.sh based servers
#
# Author: Dominik Meyer <dmeyer@đederationhq.de> =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 <https://www.gnu.org/licenses/>.
=head1 DESCRIPTION
This module provides push notifications through the ntfy.sh service and
other compatible servers.
=head1 AUTHORS
Dominik Meyer <dmeyer@federationhq.de>
=cut
package main; package main;
# enforce strict and warnings mode # enforce strict and warnings mode