From b558a4ced2cf270ae037a6f5984c33e8240c4e42 Mon Sep 17 00:00:00 2001 From: Marko Oldenburg Date: Tue, 19 Dec 2017 20:55:20 +0100 Subject: [PATCH] add Attribut IODev --- 74_AMADDevice.pm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/74_AMADDevice.pm b/74_AMADDevice.pm index 5c2b201..44cc9a1 100644 --- a/74_AMADDevice.pm +++ b/74_AMADDevice.pm @@ -58,7 +58,7 @@ eval "use Encode qw(encode encode_utf8);1" or $missingModul .= "Encode "; eval "use JSON;1" or $missingModul .= "JSON "; -my $modulversion = "4.1.99.22"; +my $modulversion = "4.1.99.23"; my $flowsetversion = "4.1.99.1"; @@ -120,6 +120,7 @@ sub AMADDevice_Initialize($) { "setAPSSID ". "root:0,1 ". "disable:1 ". + "IODev ". "remoteServer:Automagic,Autoremote,TNES,other ". $readingFnAttributes;