2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-01-31 18:59:33 +00:00

serialNr added to the list of shadow-attributes

git-svn-id: https://svn.fhem.de/fhem/trunk@1583 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig 2012-05-24 10:31:18 +00:00
parent cf96e45acb
commit 45f4e0bffe

View File

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