mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-04-07 19:04:20 +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:
parent
525166b0f6
commit
7aa480773a
@ -57,6 +57,7 @@ package main;
|
|||||||
|
|
||||||
use strict;
|
use strict;
|
||||||
use warnings;
|
use warnings;
|
||||||
|
use FHEM::Meta;
|
||||||
|
|
||||||
my $version = "1.6.0";
|
my $version = "1.6.0";
|
||||||
|
|
||||||
@ -98,6 +99,7 @@ my $missingModul = "";
|
|||||||
use strict;
|
use strict;
|
||||||
use warnings;
|
use warnings;
|
||||||
use POSIX;
|
use POSIX;
|
||||||
|
use FHEM::Meta;
|
||||||
|
|
||||||
use Time::Local;
|
use Time::Local;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user