fix hash->{DEF} Bug
This commit is contained in:
parent
d5b695ebce
commit
6f0299ff88
@ -58,7 +58,7 @@ eval "use Encode qw(encode encode_utf8);1" or $missingModul .= "Encode ";
|
|||||||
eval "use JSON;1" or $missingModul .= "JSON ";
|
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";
|
my $flowsetversion = "4.1.99.3";
|
||||||
|
|
||||||
|
|
||||||
@ -252,7 +252,7 @@ sub AMADDevice_Attr(@) {
|
|||||||
Log3 $name, 3, "AMADDevice ($name) - set remoteServer to other";
|
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";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user