14_CUL_TCM97001: Bugfix for unknown sensor
git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@10092 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
@@ -1190,7 +1190,8 @@ CUL_TCM97001_Parse($$)
|
||||
|
||||
return $name;
|
||||
} else {
|
||||
if (length($msg) == 8 || length($msg) == 10 || length($msg) == 12) {
|
||||
Log3 "Unknown", 2, "xxxxxxxx $msg xxxx " . length($msg);
|
||||
if (length($msg) == 8 || length($msg) == 10 || length($msg) == 12 || length($msg) == 14) {
|
||||
my $defUnknown = $modules{CUL_TCM97001}{defptr}{"Unknown"};
|
||||
|
||||
if (!$defUnknown) {
|
||||
|
||||
Reference in New Issue
Block a user