From 45183a2728aa78ae8eab93313a72abce99a77d38 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/fhem@7902 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- FHEM/10_CUL_HM.pm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/FHEM/10_CUL_HM.pm b/FHEM/10_CUL_HM.pm index ecde9baaa..2fac13755 100755 --- a/FHEM/10_CUL_HM.pm +++ b/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); }