mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-03 16:56:54 +00:00
98_readingsWatcher: fix, can not load module
git-svn-id: https://svn.fhem.de/fhem/trunk@20109 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
051c4c241e
commit
ce2d9eb454
@ -133,7 +133,7 @@ sub Define($$)
|
||||
|
||||
RemoveInternalTimer($hash);
|
||||
InternalTimer(gettimeofday()+5, "FHEM::readingsWatcher::OnTimer", $hash, 0);
|
||||
return $@ unless ( FHEM::Meta::SetInternals($hash) ) if(!$modMetaAbsent);
|
||||
#return $@ unless ( FHEM::Meta::SetInternals($hash) ) if(!$modMetaAbsent);
|
||||
return undef;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user