mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-10 09:16:53 +00:00
73_GardenaSmartBridge: fix FHEM crash then use Meta Part2
git-svn-id: https://svn.fhem.de/fhem/trunk@19039 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
7aa480773a
commit
fd16dbc27b
@ -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";
|
||||||
|
|
||||||
@ -105,6 +106,7 @@ my $missingModul = "";
|
|||||||
use strict;
|
use strict;
|
||||||
use warnings;
|
use warnings;
|
||||||
use POSIX;
|
use POSIX;
|
||||||
|
use FHEM::Meta;
|
||||||
|
|
||||||
use HttpUtils;
|
use HttpUtils;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user