From 48cf69e8cbe6a3d97c227a6f87504fee17647624 Mon Sep 17 00:00:00 2001 From: Marko Oldenburg Date: Fri, 21 Jun 2019 10:31:41 +0200 Subject: [PATCH] fix #32 --- 74_AMADDevice.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/74_AMADDevice.pm b/74_AMADDevice.pm index 6c5f467..7234338 100755 --- a/74_AMADDevice.pm +++ b/74_AMADDevice.pm @@ -54,7 +54,7 @@ use FHEM::Meta; use Data::Dumper; #only for Debugging use GPUtils qw(GP_Import GP_Export); -require '73_AMADCommBridge.pm'; +require '73_AMADCommBridge.pm' unless ( defined( *{"main::AMADCommBridge_Initialize"} ) ); my $missingModul = ''; eval "use Encode qw(encode encode_utf8);1" or $missingModul .= 'Encode '; @@ -1680,7 +1680,7 @@ sub CreateChangeBtDeviceValue($$) { ], "release_status": "stable", "license": "GPL_2", - "version": "v4.4.3", + "version": "v4.4.4", "author": [ "Marko Oldenburg " ],