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

fix RT burst setting

git-svn-id: https://svn.fhem.de/fhem/trunk@4198 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
martinp876 2013-11-10 15:47:08 +00:00
parent 8338accbb4
commit 7794976dad

View File

@ -3160,7 +3160,7 @@ sub CUL_HM_Set($@) {
CUL_HM_PushCmdStack($hash,
"++".$flag."01${id}${dst}${bStr}$cmdB${peerDst}${peerBtn}00");
CUL_HM_pushConfig($hash,$id, $dst,$b,$peerDst,hex($peerBtn),4,$burst)
if($pnb && $cmd eq "01"); # only if set
if($pnb && $cmdB eq "01"); # only if set
CUL_HM_qAutoRead($name,3);
}
}