From 60b01b0ffd40af3bbc3c487219a0f1b64a2a9595 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: svn://svn.code.sf.net/p/fhem/code/trunk@901 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/FHEM/98_autocreate.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fhem/FHEM/98_autocreate.pm b/fhem/FHEM/98_autocreate.pm index 7180eeee0..1dd4ee6b6 100644 --- a/fhem/FHEM/98_autocreate.pm +++ b/fhem/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.*"