Änderung des HTTP Requestaufrufes beim set Kommand auf GET Methode
This commit is contained in:
		@@ -455,7 +455,7 @@ sub HOMEBOT_HTTP_POST($$) {
 | 
				
			|||||||
	    url		=> $url,
 | 
						    url		=> $url,
 | 
				
			||||||
	    timeout	=> 10,
 | 
						    timeout	=> 10,
 | 
				
			||||||
	    hash	=> $hash,
 | 
						    hash	=> $hash,
 | 
				
			||||||
	    method	=> "POST",
 | 
						    method	=> "GET",
 | 
				
			||||||
	    doTrigger	=> 1,
 | 
						    doTrigger	=> 1,
 | 
				
			||||||
	    callback	=> \&HOMEBOT_HTTP_POSTerrorHandling,
 | 
						    callback	=> \&HOMEBOT_HTTP_POSTerrorHandling,
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user