diff --git a/FHEM/74_GardenaSmartDevice.pm b/FHEM/74_GardenaSmartDevice.pm index 382dc9ec5..c7c6a2a91 100644 --- a/FHEM/74_GardenaSmartDevice.pm +++ b/FHEM/74_GardenaSmartDevice.pm @@ -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;