diff --git a/FHEM/14_CUL_TCM97001.pm b/FHEM/14_CUL_TCM97001.pm index 20c5cfd19..f181ff97d 100755 --- a/FHEM/14_CUL_TCM97001.pm +++ b/FHEM/14_CUL_TCM97001.pm @@ -20,7 +20,7 @@ CUL_TCM97001_Initialize($) $hash->{AttrList} = "IODev do_not_notify:1,0 ignore:0,1 showtime:1,0 " . $readingFnAttributes; $hash->{AutoCreate}= - { "CUL_TCM97001.*" => { GPLOT => "temp4hum4:Temp/Hum,", FILTER => "%NAME" } }; + { "CUL_TCM97001.*" => { GPLOT => "temp4:Temp,", FILTER => "%NAME" } }; } #############################