fix bug then change attr remoteServer set Internal MODEL

This commit is contained in:
Marko Oldenburg 2019-10-14 13:00:01 +02:00
parent c9f705837b
commit 665fae851c

View File

@ -358,6 +358,7 @@ sub Attr(@) {
"AMADDevice ($name) - set remoteServer to other" );
}
$hash->{MODEL} = $attrVal;
$hash->{DEF} =
$hash->{HOST} . ' ' . $hash->{AMAD_ID} . ' ' . $attrVal;
}