From 2991be2db43e93995722f8d9d199eeeb9cef986f Mon Sep 17 00:00:00 2001 From: Marko Oldenburg Date: Mon, 30 Nov 2015 14:09:07 +0100 Subject: [PATCH] =?UTF-8?q?neue=20URL=20f=C3=BCr=20Status=20Abfrage?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 74_HOMEBOT.pm | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/74_HOMEBOT.pm b/74_HOMEBOT.pm index f0a2f76..5ade7f8 100644 --- a/74_HOMEBOT.pm +++ b/74_HOMEBOT.pm @@ -202,8 +202,10 @@ sub HOMEBOT_RetrieveHomebotInfomations($) { my $port = $hash->{PORT}; - my $url = "http://" . $host . ":" . $port . "/status.txt"; # Path muß so im Automagic als http request Trigger drin stehen - + #my $url = "http://" . $host . ":" . $port . "/status.txt"; # Path muß so im Automagic als http request Trigger drin stehen + my $url = "http://" . $host . ":" . $port . "/json.cgi?%7b%22BLACKBOX%22:%22REQUEST_ABSTRACT%22%7d"; + + HttpUtils_NonblockingGet( { url => $url,