diff --git a/docs/commandref.html b/docs/commandref.html index 5edce07d1..873169fdd 100644 --- a/docs/commandref.html +++ b/docs/commandref.html @@ -6701,10 +6701,11 @@ href="http://www.elv.de/output/controller.aspx?cid=74&detail=10&detail2=29870">U
% and @, the parameters
- %EVENT (same as %), %NAME
- (same as @) and %TYPE (contains the device
- type, e.g. FHT) can be used. A single %
- looses its special meaning if any of these parameters appears in the
+ %EVENT (same as %), %NAME (same as
+ @) and %TYPE (contains the device type, e.g.
+ FHT) can be used. The space separated event "parts" are
+ available as %EVTPART0, %EVTPART1, etc. A single % looses
+ its special meaning if any of these parameters appears in the
definition.<pattern> may also be a compound of
diff --git a/fhem.pl b/fhem.pl
index 712de98cc..a31196a84 100755
--- a/fhem.pl
+++ b/fhem.pl
@@ -167,7 +167,7 @@ my $nextat; # Time when next timer will be triggered.
my $intAtCnt=0;
my %duplicate; # Pool of received msg for multi-fhz/cul setups
my $duplidx=0; # helper for the above pool
-my $cvsid = '$Id: fhem.pl,v 1.150 2011-08-16 18:06:38 rudolfkoenig Exp $';
+my $cvsid = '$Id: fhem.pl,v 1.151 2011-09-12 15:22:06 rudolfkoenig Exp $';
my $namedef =
"where