From a59bb76f38bd6a82fd02405ea01277e69aec67a2 Mon Sep 17 00:00:00 2001 From: Marko Oldenburg Date: Mon, 19 Mar 2018 13:14:13 +0100 Subject: [PATCH] fix Commandref, add allowfrom support --- 73_AMADCommBridge.pm | 4 ++-- 74_AMADDevice.pm | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/73_AMADCommBridge.pm b/73_AMADCommBridge.pm index 9a73710..8c23ce8 100755 --- a/73_AMADCommBridge.pm +++ b/73_AMADCommBridge.pm @@ -76,7 +76,7 @@ eval "use JSON;1" or $missingModul .= "JSON "; -my $modulversion = "4.2.1"; +my $modulversion = "4.2.2"; my $flowsetversion = "4.2.0"; @@ -122,7 +122,7 @@ sub AMADCommBridge_Initialize($) { "debugJSON:0,1 ". "enableSubCalls:0,1 ". "disable:1 ". - "allowFrom ". + "allowfrom ". $readingFnAttributes; foreach my $d(sort keys %{$modules{AMADCommBridge}{defptr}}) { diff --git a/74_AMADDevice.pm b/74_AMADDevice.pm index 8526b1f..a2fd9eb 100755 --- a/74_AMADDevice.pm +++ b/74_AMADDevice.pm @@ -1021,7 +1021,7 @@ sub AMADDevice_CreateChangeBtDeviceValue($$) { How to use AMADDevice?