mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-05-01 20:20:10 +00:00
73_GardenaSmartBridge: fix FHEM crash then use Meta
git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@19038 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
f19b0b67cf
commit
d7ec6ba9cb
@ -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;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user