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:
@@ -976,13 +976,6 @@ sub ParseData { ## no critic
|
|||||||
$hash->{HELPER}{RETRIES} -= 1;
|
$hash->{HELPER}{RETRIES} -= 1;
|
||||||
InternalTimer(gettimeofday()+3, "FHEM::SMAPortal::retrygetdata", $hash, 0);
|
InternalTimer(gettimeofday()+3, "FHEM::SMAPortal::retrygetdata", $hash, 0);
|
||||||
return;
|
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);
|
my $dl = AttrVal($name, "detailLevel", 1);
|
||||||
|
|||||||
Reference in New Issue
Block a user