Änderung des HTTP Requestaufrufes beim set Kommand auf GET Methode
This commit is contained in:
parent
c507911237
commit
248dd30307
@ -455,7 +455,7 @@ sub HOMEBOT_HTTP_POST($$) {
|
|||||||
url => $url,
|
url => $url,
|
||||||
timeout => 10,
|
timeout => 10,
|
||||||
hash => $hash,
|
hash => $hash,
|
||||||
method => "POST",
|
method => "GET",
|
||||||
doTrigger => 1,
|
doTrigger => 1,
|
||||||
callback => \&HOMEBOT_HTTP_POSTerrorHandling,
|
callback => \&HOMEBOT_HTTP_POSTerrorHandling,
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user