14_CUL_TCM97001: Fix wrong logging

git-svn-id: https://svn.fhem.de/fhem/trunk@8619 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
dancer0705
2015-05-21 18:16:59 +00:00
parent 5c7dfdb3ed
commit 9f47f98265

View File

@@ -395,7 +395,7 @@ CUL_TCM97001_Parse($$)
if (checkValues($temp, $humidity)) {
if(!$def) {
$name, 2, "CUL_TCM97001 Unknown device $idType1, please define it";
Log3 $name, 2, "CUL_TCM97001 Unknown device $idType1, please define it";
return "UNDEFINED CUL_TCM97001_$idType1 CUL_TCM97001 $idType1";
}
if ($humidity >= 20) {