CTZ.pm: new module

git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@25810 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
nasseeder1 2022-03-10 21:15:42 +00:00
parent ef7089dbb4
commit 4036b7d0d3

View File

@ -34,7 +34,7 @@ use strict;
use warnings;
use utf8;
use lib qw(/opt/fhem/FHEM /opt/fhem/lib); # für Syntaxcheck mit: perl -c /opt/fhem/lib/FHEM/Utility/CTZ.pm
# use lib qw(/opt/fhem/FHEM /opt/fhem/lib); # für Syntaxcheck mit: perl -c /opt/fhem/lib/FHEM/Utility/CTZ.pm
use GPUtils qw( GP_Import GP_Export );
use DateTime;