2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-04-21 07:56:03 +00:00

MAX: fix last commit

git-svn-id: https://svn.fhem.de/fhem/trunk@7010 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
mgehre 2014-11-17 19:02:24 +00:00
parent 5a279fe483
commit 9fe043aa09

View File

@ -133,7 +133,7 @@ MAX_TypeToTypeId($)
foreach (keys %device_types) { foreach (keys %device_types) {
return $_ if($_[0] eq $device_types{$_}); return $_ if($_[0] eq $device_types{$_});
} }
Log3 $hash, 1, "MAX_TypeToTypeId: Invalid type $_[0]"; Log 1, "MAX_TypeToTypeId: Invalid type $_[0]";
return 0; return 0;
} }