HM-CC-TC/VD added (first steps, read-only)

git-svn-id: https://fhem.svn.sourceforge.net/svnroot/fhem/trunk/fhem@861 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig
2011-03-13 14:24:54 +00:00
parent 1a5f643762
commit 660db26504
2 changed files with 36 additions and 4 deletions

View File

@@ -52,6 +52,9 @@ my %flogpar = (
"CUL_HM_KS550.*"
=> { GPLOT => "ks300:Temp/Rain,ks300_2:Wind/Hum,",
FILTER => "%NAME:T:.*" },
"CUL_HM_HM-CC-TC.*"
=> { GPLOT => "hms:Temp/Hum,",
FILTER => "%NAME:T:.*" },
);
# Do not create FileLog for the following devices.
@@ -230,6 +233,7 @@ autocreate_Notify($$)
return $ret;
}
# TODO: fix it if the device is renamed.
sub
CommandCreateLog($$)
{