From 91d825e2f463d2a71f8de9f11c5571bb1abe48f4 Mon Sep 17 00:00:00 2001 From: telekatz <> Date: Thu, 15 Dec 2016 19:15:18 +0000 Subject: [PATCH] 10_DUOFERNSTICK: do not initialise ignored devices git-svn-id: https://svn.fhem.de/fhem/trunk@12786 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/FHEM/10_DUOFERNSTICK.pm | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/fhem/FHEM/10_DUOFERNSTICK.pm b/fhem/FHEM/10_DUOFERNSTICK.pm index 7d0fb4338..4ecf57d9c 100644 --- a/fhem/FHEM/10_DUOFERNSTICK.pm +++ b/fhem/FHEM/10_DUOFERNSTICK.pm @@ -362,7 +362,9 @@ DUOFERNSTICK_DoInit($) next if ($module ne "DUOFERN"); my $code = $defs{$d}{CODE}; - push(@pairs, $code) if(length($code) == 6); + if(AttrVal($defs{$d}{NAME}, "ignore", "0") == "0") { + push(@pairs, $code) if(length($code) == 6); + } } $hash->{helper}{cmdEx} = 0; @@ -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