From ce2d9eb454be4e80403393cd443b26d6dc16d5fb Mon Sep 17 00:00:00 2001 From: Wzut <> Date: Thu, 5 Sep 2019 15:15:19 +0000 Subject: [PATCH] 98_readingsWatcher: fix, can not load module git-svn-id: https://svn.fhem.de/fhem/trunk@20109 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/FHEM/98_readingsWatcher.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fhem/FHEM/98_readingsWatcher.pm b/fhem/FHEM/98_readingsWatcher.pm index 43fc90be7..89e089226 100644 --- a/fhem/FHEM/98_readingsWatcher.pm +++ b/fhem/FHEM/98_readingsWatcher.pm @@ -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; }