mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-05-04 22:19:38 +00:00
10_CUL_HM: minors
git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@8806 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
0fecf4fab3
commit
a96cdf9b5c
@ -2935,7 +2935,7 @@ sub CUL_HM_parseCommon(@){#####################################################
|
|||||||
next if (!$pName || !$defs{$pName});
|
next if (!$pName || !$defs{$pName});
|
||||||
$pName = CUL_HM_id2Name($dst) if (!$defs{$pName}); #$dst - device-id of $peer
|
$pName = CUL_HM_id2Name($dst) if (!$defs{$pName}); #$dst - device-id of $peer
|
||||||
push @evtEt,[$defs{$pName},1,"trig_$cName:$level"];
|
push @evtEt,[$defs{$pName},1,"trig_$cName:$level"];
|
||||||
push @evtEt,[$defs{$pName},1,"trigLast:$cName ".(($level ne "-")?":$level":"")];
|
push @evtEt,[$defs{$pName},1,"trigLast:$cName".(($level ne "-")?":$level":"")];
|
||||||
|
|
||||||
CUL_HM_stateUpdatDly($pName,10) if ($mTp eq "40");#conditional request may not deliver state-req
|
CUL_HM_stateUpdatDly($pName,10) if ($mTp eq "40");#conditional request may not deliver state-req
|
||||||
}
|
}
|
||||||
|
@ -1607,10 +1607,11 @@ $culHmModelSets{"ROTO_ZEL-STG-RM-DWT-10"}= $culHmModelSets{"HM-PB-4DIS-WM"};
|
|||||||
,"HM-CC-RT-DN06" =>{ press =>"[long|short] [<peer>] [<repCount(long only)>] [<repDelay>] ..."}
|
,"HM-CC-RT-DN06" =>{ press =>"[long|short] [<peer>] [<repCount(long only)>] [<repDelay>] ..."}
|
||||||
,"HM-Dis-WM5501" =>{ displayWM =>"[long|short|help] <lineX> <textNo1> <color1> <icon1> [<textNo2> <color2> <icon2>] ...[<textNo6> <color6> <icon6>] "}
|
,"HM-Dis-WM5501" =>{ displayWM =>"[long|short|help] <lineX> <textNo1> <color1> <icon1> [<textNo2> <color2> <icon2>] ...[<textNo6> <color6> <icon6>] "}
|
||||||
,"CCU-FHEM00" =>{ update =>""
|
,"CCU-FHEM00" =>{ update =>""
|
||||||
,hmPairForSec =>"<sec>"
|
,hmPairForSec =>"<sec>"
|
||||||
,hmPairSerial =>"<serial>"
|
,hmPairSerial =>"<serial>"
|
||||||
,defIgnUnknown=>""
|
,defIgnUnknown =>""
|
||||||
,assignIO =>"<IO> [set|unset]..."
|
,virtual =>"<noButtons>"
|
||||||
|
,assignIO =>"<IO> [set|unset]..."
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
# clones- - - - - - - - - - - - - - - - -
|
# clones- - - - - - - - - - - - - - - - -
|
||||||
|
Loading…
x
Reference in New Issue
Block a user