From 43f7b78f8e140b19f454c794dfc7b23fa89d5ab5 Mon Sep 17 00:00:00 2001 From: rudolfkoenig Date: Thu, 24 May 2012 10:31:18 +0000 Subject: [PATCH] serialNr added to the list of shadow-attributes git-svn-id: https://fhem.svn.sourceforge.net/svnroot/fhem/trunk/fhem@1583 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- FHEM/10_CUL_HM.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FHEM/10_CUL_HM.pm b/FHEM/10_CUL_HM.pm index 0f18f0f2a..e0dee092a 100755 --- a/FHEM/10_CUL_HM.pm +++ b/FHEM/10_CUL_HM.pm @@ -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}); }