fix hash->{DEF} Bug

This commit is contained in:
Marko Oldenburg 2017-12-28 20:07:14 +01:00
parent d5b695ebce
commit 6f0299ff88

View File

@ -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.29";
my $modulversion = "4.1.99.30";
my $flowsetversion = "4.1.99.3";
@ -252,7 +252,7 @@ sub AMADDevice_Attr(@) {
Log3 $name, 3, "AMADDevice ($name) - set remoteServer to other";
}
$hash->{DEF} = "$name $hash->{TYPE} $hash->{HOST} $hash->{AMAD_ID} $attrVal";
$hash->{DEF} = "$hash->{HOST} $hash->{AMAD_ID} $attrVal";
}
}