2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-04-15 22:26:04 +00:00

10_CUL_HM: minors

git-svn-id: https://svn.fhem.de/fhem/trunk@8806 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
martinp876 2015-06-22 20:10:21 +00:00
parent 0ba87e912d
commit e7a5668ac4
2 changed files with 6 additions and 5 deletions

View File

@ -2935,7 +2935,7 @@ sub CUL_HM_parseCommon(@){#####################################################
next if (!$pName || !$defs{$pName});
$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,"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
}

View File

@ -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-Dis-WM5501" =>{ displayWM =>"[long|short|help] <lineX> <textNo1> <color1> <icon1> [<textNo2> <color2> <icon2>] ...[<textNo6> <color6> <icon6>] "}
,"CCU-FHEM00" =>{ update =>""
,hmPairForSec =>"<sec>"
,hmPairSerial =>"<serial>"
,defIgnUnknown=>""
,assignIO =>"<IO> [set|unset]..."
,hmPairForSec =>"<sec>"
,hmPairSerial =>"<serial>"
,defIgnUnknown =>""
,virtual =>"<noButtons>"
,assignIO =>"<IO> [set|unset]..."
}
);
# clones- - - - - - - - - - - - - - - - -