neue URL für Status Abfrage

This commit is contained in:
Marko Oldenburg 2015-11-30 14:09:07 +01:00
parent 07d2917073
commit 2991be2db4

View File

@ -202,8 +202,10 @@ sub HOMEBOT_RetrieveHomebotInfomations($) {
my $port = $hash->{PORT}; 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( HttpUtils_NonblockingGet(
{ {
url => $url, url => $url,