2
0
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:
Wzut 2019-09-05 15:15:19 +00:00
parent 051c4c241e
commit ce2d9eb454

View File

@ -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;
} }