From 6540a237767ad67f4031b2df7a426a2bda0999bc Mon Sep 17 00:00:00 2001 From: martinp876 Date: Sat, 7 Feb 2015 13:58:22 +0000 Subject: [PATCH] CUL_HM:WDS100 updae git-svn-id: https://svn.fhem.de/fhem/trunk@7902 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/FHEM/10_CUL_HM.pm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/fhem/FHEM/10_CUL_HM.pm b/fhem/FHEM/10_CUL_HM.pm index ecde9baaa..2fac13755 100755 --- a/fhem/FHEM/10_CUL_HM.pm +++ b/fhem/FHEM/10_CUL_HM.pm @@ -844,7 +844,9 @@ sub CUL_HM_hmInitMsg($){ #define device init msg for HMLAN $p[3] = ($p[3]eq "")?"1E":$p[3]; } $hash->{helper}{io}{newChn} = ""; - $hash->{helper}{io}{rxt} = ($rxt & 0x18)?2:0;#wakeup || #lazyConfig + $hash->{helper}{io}{rxt} = (($rxt & 0x18) #wakeup || #lazyConfig + && AttrVal($hash->{NAME},"model",0) ne "HM-WDS100-C6-O") #Todo - not completely clear how it works + ?2:0; $hash->{helper}{io}{p} = \@p; CUL_HM_hmInitMsgUpdt($hash); }