mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-04-22 20:24:36 +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);
|
RemoveInternalTimer($hash);
|
||||||
InternalTimer(gettimeofday()+5, "FHEM::readingsWatcher::OnTimer", $hash, 0);
|
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;
|
return undef;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user