mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-01-31 06:39:11 +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:
parent
0358e5052d
commit
b2c5dbd178
@ -3,7 +3,7 @@
|
||||
#########################################################################################################################
|
||||
# 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
|
||||
#
|
||||
# This Module integrate the Synology Calendar into FHEM
|
||||
@ -71,7 +71,6 @@ use HttpUtils;
|
||||
use Encode;
|
||||
use utf8;
|
||||
use Blocking;
|
||||
no if $] >= 5.017011, warnings => 'experimental::smartmatch';
|
||||
eval "use FHEM::Meta;1" or my $modMetaAbsent = 1; ## no critic 'eval'
|
||||
|
||||
# no if $] >= 5.017011, warnings => 'experimental';
|
||||
@ -140,6 +139,7 @@ BEGIN {
|
||||
|
||||
# Versions History intern
|
||||
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, ".
|
||||
"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 ",
|
||||
|
Loading…
Reference in New Issue
Block a user