mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-05-01 20:20:10 +00:00
98_readingsWatcher: fix, can not load module
git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@20109 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
8a3c5df88a
commit
2cc48959ef
@ -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