2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-04-06 06:08:44 +00:00

73_GardenaSmartBridge: fix FHEM crash then use Meta

git-svn-id: https://svn.fhem.de/fhem/trunk@19038 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
LeonGaultier 2019-03-26 12:59:24 +00:00
parent 525166b0f6
commit 7aa480773a

View File

@ -57,6 +57,7 @@ package main;
use strict;
use warnings;
use FHEM::Meta;
my $version = "1.6.0";
@ -98,6 +99,7 @@ my $missingModul = "";
use strict;
use warnings;
use POSIX;
use FHEM::Meta;
use Time::Local;