serialNr added to the list of shadow-attributes

git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@1583 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig
2012-05-24 10:31:18 +00:00
parent 0ecf815f66
commit a51ae7ef68

View File

@@ -163,7 +163,7 @@ CUL_HM_Define($$)
if($chiefHash) {
my $cname = $chiefHash->{NAME};
if($attr{$cname}) {
foreach my $attrName ("model", "subtype", "hmclass") {
foreach my $attrName ("model", "subtype", "hmclass", "serialNr") {
$attr{$name}{$attrName} = $attr{$cname}{$attrName}
if($attr{$cname}{$attrName});
}