FIX: some code cleanup
This commit is contained in:
parent
2010eb7e07
commit
9f8f6afa64
@ -313,9 +313,9 @@ sub NTFY_Publish_Msg
|
|||||||
my $param = {
|
my $param = {
|
||||||
url => $url,
|
url => $url,
|
||||||
timeout => 5,
|
timeout => 5,
|
||||||
hash => $hash, # Muss gesetzt werden, damit die Callback funktion wieder $hash hat
|
hash => $hash,
|
||||||
method => "POST",
|
method => "POST",
|
||||||
data => to_json($message), # Lesen von Inhalten
|
data => to_json($message),
|
||||||
callback => sub () {
|
callback => sub () {
|
||||||
my ($param, $err, $data) = @_;
|
my ($param, $err, $data) = @_;
|
||||||
my $hash = $param->{hash};
|
my $hash = $param->{hash};
|
||||||
@ -335,7 +335,7 @@ sub NTFY_Publish_Msg
|
|||||||
readingsBulkUpdateIfChanged($hash, "lastEror", "");
|
readingsBulkUpdateIfChanged($hash, "lastEror", "");
|
||||||
readingsEndUpdate($hash,1);
|
readingsEndUpdate($hash,1);
|
||||||
|
|
||||||
} # Diese Funktion soll das Ergebnis dieser HTTP Anfrage bearbeiten
|
}
|
||||||
};
|
};
|
||||||
HttpUtils_NonblockingGet($param);
|
HttpUtils_NonblockingGet($param);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user