mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-01-31 18:59:33 +00:00
76_SMAPortal: contrib 2.7.2
git-svn-id: https://svn.fhem.de/fhem/trunk@22067 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
c862a4baf5
commit
b086c5035f
@ -976,13 +976,6 @@ sub ParseData { ## no critic
|
||||
$hash->{HELPER}{RETRIES} -= 1;
|
||||
InternalTimer(gettimeofday()+3, "FHEM::SMAPortal::retrygetdata", $hash, 0);
|
||||
return;
|
||||
}
|
||||
|
||||
if($retry && !$hash->{HELPER}{RETRIES}) { # Daten konnten trotz maxRetry nicht abgerufen werden.
|
||||
delete $hash->{HELPER}{RUNNING_PID};
|
||||
$hash->{HELPER}{GETTER} = "all";
|
||||
$hash->{HELPER}{SETTER} = "none";
|
||||
return;
|
||||
}
|
||||
|
||||
my $dl = AttrVal($name, "detailLevel", 1);
|
||||
|
Loading…
Reference in New Issue
Block a user