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
This commit is contained in:
rudolfkoenig
2011-05-10 07:57:09 +00:00
parent 335f8aa760
commit 60b01b0ffd

View File

@@ -12,7 +12,7 @@ use warnings;
my %flogpar = ( my %flogpar = (
"CUL_EM.*" "CUL_EM.*"
=> { GPLOT => "cul_em:Power,", FILTER => "%NAME:CNT:.*" }, => { GPLOT => "cul_em:Power,", FILTER => "%NAME" },
"CUL_WS.*" "CUL_WS.*"
=> { GPLOT => "hms:Temp/Hum,", FILTER => "%NAME" }, => { GPLOT => "hms:Temp/Hum,", FILTER => "%NAME" },
"CUL_FHTTK.*" "CUL_FHTTK.*"