From 248dd3030733ae49b127b1cd6685fa0039d246c0 Mon Sep 17 00:00:00 2001 From: Marko Oldenburg Date: Mon, 30 Nov 2015 13:20:00 +0100 Subject: [PATCH] =?UTF-8?q?=C3=84nderung=20des=20HTTP=20Requestaufrufes=20?= =?UTF-8?q?beim=20set=20Kommand=20auf=20GET=20Methode?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 74_HOMEBOT.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/74_HOMEBOT.pm b/74_HOMEBOT.pm index 338b681..c504b88 100644 --- a/74_HOMEBOT.pm +++ b/74_HOMEBOT.pm @@ -455,7 +455,7 @@ sub HOMEBOT_HTTP_POST($$) { url => $url, timeout => 10, hash => $hash, - method => "POST", + method => "GET", doTrigger => 1, callback => \&HOMEBOT_HTTP_POSTerrorHandling, }