test commit

This commit is contained in:
Sebastian 2021-05-14 12:51:41 +02:00
parent 7f1c8ae1e3
commit 49b15725bf
2 changed files with 2 additions and 2 deletions

View File

@ -70,7 +70,7 @@ my $missingModul = '';
eval "use Encode qw(encode encode_utf8 decode_utf8);1"
or $missingModul .= "Encode ";
# eval "use JSON;1" || $missingModul .= 'JSON ';
# eval "use JSON;1" || $missingModul .= 'JSON ';
eval "use IO::Socket::SSL;1" or $missingModul .= 'IO::Socket::SSL ';
# try to use JSON::MaybeXS wrapper

View File

@ -1,2 +1,2 @@
UPD 2021-05-14_12:36:37 47659 FHEM/73_GardenaSmartBridge.pm
UPD 2021-05-14_12:51:33 47648 FHEM/73_GardenaSmartBridge.pm
UPD 2021-05-14_12:33:55 52198 FHEM/74_GardenaSmartDevice.pm