diff --git a/73_GardenaSmartBridge.pm b/73_GardenaSmartBridge.pm index e0147e8..f856df1 100644 --- a/73_GardenaSmartBridge.pm +++ b/73_GardenaSmartBridge.pm @@ -57,6 +57,7 @@ package main; use strict; use warnings; +use FHEM::Meta; my $version = "1.6.0"; @@ -105,6 +106,7 @@ my $missingModul = ""; use strict; use warnings; use POSIX; +use FHEM::Meta; use HttpUtils;