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:
parent
cf96e45acb
commit
45f4e0bffe
@ -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});
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user