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

10_DUOFERNSTICK: do not initialise ignored devices

git-svn-id: https://svn.fhem.de/fhem/trunk@12786 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
telekatz 2016-12-15 19:15:18 +00:00
parent cd3726bc25
commit 91d825e2f4

View File

@ -362,8 +362,10 @@ DUOFERNSTICK_DoInit($)
next if ($module ne "DUOFERN");
my $code = $defs{$d}{CODE};
if(AttrVal($defs{$d}{NAME}, "ignore", "0") == "0") {
push(@pairs, $code) if(length($code) == 6);
}
}
$hash->{helper}{cmdEx} = 0;
@{$hash->{cmdStack}} = ();
@ -581,6 +583,8 @@ DUOFERNSTICK_AddSendQueue($$)
1;
=pod
=item summary IO device for Rademacher DuoFern devices
=item summary_DE IO device für Rademacher DuoFern Geräte
=begin html
<a name="DUOFERNSTICK"></a>