2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-03-04 11:26:55 +00:00

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 e54c6addd4
commit 3d19baa383

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) {