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:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user