mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-03 16:56:54 +00:00
CUL_HM:WDS100 updae
git-svn-id: https://svn.fhem.de/fhem/trunk@7902 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
23a9dbf18c
commit
529fd58d29
@ -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);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user