mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-01-31 12:49:34 +00:00
79_BDKM.pm: fixed perl warning on communication error
git-svn-id: https://svn.fhem.de/fhem/trunk@12754 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
0caca986f1
commit
6f5b1014a6
@ -446,9 +446,6 @@ sub BDKM_JobQueueNextIdHttpDone($)
|
||||
my $name = $hash ->{NAME};
|
||||
my $json;
|
||||
|
||||
my $hth= $param->{httpheader};
|
||||
$hth =~ s/[\r\n]//g;
|
||||
Log3 $name, 5, "$name HTTP done @{$hash->{JOBQUEUE}}[0],$hth";
|
||||
if($err) {
|
||||
readingsSingleUpdate($hash, "state",
|
||||
"reading ids ERROR - retrying every 60s", 1);
|
||||
@ -457,6 +454,9 @@ sub BDKM_JobQueueNextIdHttpDone($)
|
||||
BDKM_Timer($hash,60,"BDKM_JobQueueNextId");
|
||||
return;
|
||||
}
|
||||
my $hth= $param->{httpheader};
|
||||
$hth =~ s/[\r\n]//g;
|
||||
Log3 $name, 5, "$name HTTP done @{$hash->{JOBQUEUE}}[0],$hth";
|
||||
# did this type, remove from job queue:
|
||||
my $id = shift(@{$hash->{JOBQUEUE}});
|
||||
|
||||
@ -1101,6 +1101,9 @@ sub BDKM_MapSwitchPrograms
|
||||
# perl ./contrib/commandref_join.pl
|
||||
|
||||
=pod
|
||||
=item device
|
||||
=item summary support for Buderus KM-Gateways
|
||||
=item summary_DE Unterstützung für Buderus KM-Gateways
|
||||
=begin html
|
||||
|
||||
<a name="BDKM"></a>
|
||||
|
Loading…
Reference in New Issue
Block a user