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:
parent
8338accbb4
commit
7794976dad
@ -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);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user