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:
martinp876 2015-06-22 20:10:21 +00:00
parent 0fecf4fab3
commit a96cdf9b5c
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

@ -1609,7 +1609,8 @@ $culHmModelSets{"ROTO_ZEL-STG-RM-DWT-10"}= $culHmModelSets{"HM-PB-4DIS-WM"};
,"CCU-FHEM00" =>{ update =>""
,hmPairForSec =>"<sec>"
,hmPairSerial =>"<serial>"
,defIgnUnknown=>""
,defIgnUnknown =>""
,virtual =>"<noButtons>"
,assignIO =>"<IO> [set|unset]..."
}
);