From da5165587ee8fc5c45fd1bd96bf47fa45adc78ea Mon Sep 17 00:00:00 2001 From: rudolfkoenig Date: Tue, 10 May 2011 07:57:09 +0000 Subject: [PATCH] CUL_EM: Dump all events into the file git-svn-id: https://fhem.svn.sourceforge.net/svnroot/fhem/trunk/fhem@901 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- FHEM/98_autocreate.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FHEM/98_autocreate.pm b/FHEM/98_autocreate.pm index 7180eeee0..1dd4ee6b6 100644 --- a/FHEM/98_autocreate.pm +++ b/FHEM/98_autocreate.pm @@ -12,7 +12,7 @@ use warnings; my %flogpar = ( "CUL_EM.*" - => { GPLOT => "cul_em:Power,", FILTER => "%NAME:CNT:.*" }, + => { GPLOT => "cul_em:Power,", FILTER => "%NAME" }, "CUL_WS.*" => { GPLOT => "hms:Temp/Hum,", FILTER => "%NAME" }, "CUL_FHTTK.*"