2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-02-07 16:59:18 +00:00

FHEM2FHEM: do not load the module in LOG mode

git-svn-id: https://svn.fhem.de/fhem/trunk@5239 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig 2014-03-16 16:37:15 +00:00
parent 7b5cd1d8a6
commit e074c2c7c1

View File

@ -146,7 +146,7 @@ FHEM2FHEM_Read($)
next if($re && !($name =~ m/^$re$/ || "$name:$msg" =~ m/^$re$/));
if(!$defs{$name}) {
LoadModule($type);
#LoadModule($type); Why do we need this line?
$defs{$name}{NAME} = $name;
$defs{$name}{TYPE} = $type;
$defs{$name}{STATE} = $msg;