Verbesserung des BT wechsels, erhöhung des httprequest timeouts

This commit is contained in:
Marko Oldenburg 2015-10-28 06:33:33 +01:00
parent 540d44fa66
commit 9ebae0828a

View File

@ -35,7 +35,7 @@ use Time::HiRes qw(gettimeofday);
use HttpUtils; use HttpUtils;
use TcpServerUtils; use TcpServerUtils;
my $version = "0.7.10"; my $version = "0.7.11";
@ -256,7 +256,7 @@ sub AMAD_RetrieveAutomagicInfo($) {
HttpUtils_NonblockingGet( HttpUtils_NonblockingGet(
{ {
url => $url, url => $url,
timeout => 10, timeout => 60,
hash => $hash, hash => $hash,
method => "GET", method => "GET",
header => "fhemIP: $fhemip\r\nfhemDevice: $name\r\nactiveTask: $activetask", header => "fhemIP: $fhemip\r\nfhemDevice: $name\r\nactiveTask: $activetask",