2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-05-02 13:05:12 +00:00

57_SSCal: replace Smartmatch Forum:#137776

git-svn-id: https://svn.fhem.de/fhem/trunk@28906 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
nasseeder1 2024-05-25 13:46:51 +00:00
parent 0358e5052d
commit b2c5dbd178

View File

@ -3,7 +3,7 @@
######################################################################################################################### #########################################################################################################################
# 57_SSCal.pm # 57_SSCal.pm
# #
# (c) 2019 - 2022 by Heiko Maaz # (c) 2019 - 2024 by Heiko Maaz
# e-mail: Heiko dot Maaz at t-online dot de # e-mail: Heiko dot Maaz at t-online dot de
# #
# This Module integrate the Synology Calendar into FHEM # This Module integrate the Synology Calendar into FHEM
@ -71,7 +71,6 @@ use HttpUtils;
use Encode; use Encode;
use utf8; use utf8;
use Blocking; use Blocking;
no if $] >= 5.017011, warnings => 'experimental::smartmatch';
eval "use FHEM::Meta;1" or my $modMetaAbsent = 1; ## no critic 'eval' eval "use FHEM::Meta;1" or my $modMetaAbsent = 1; ## no critic 'eval'
# no if $] >= 5.017011, warnings => 'experimental'; # no if $] >= 5.017011, warnings => 'experimental';
@ -140,6 +139,7 @@ BEGIN {
# Versions History intern # Versions History intern
my %vNotesIntern = ( my %vNotesIntern = (
"2.4.11" => "25.05.2024 replace Smartmatch Forum:#137776 ",
"2.4.10" => "16.07.2022 fix problem recurring MONTHLY appointment by day, ". "2.4.10" => "16.07.2022 fix problem recurring MONTHLY appointment by day, ".
"forum: https://forum.fhem.de/index.php/topic,106963.msg1228098.html#msg1228098 ", "forum: https://forum.fhem.de/index.php/topic,106963.msg1228098.html#msg1228098 ",
"2.4.9" => "11.07.2021 set adaption of AUTH for DSM7 compatibility ", "2.4.9" => "11.07.2021 set adaption of AUTH for DSM7 compatibility ",