Verbesserung des BT wechsels, erhöhung des httprequest timeouts
This commit is contained in:
		@@ -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",
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user