Header bei der httpUtils nonBlocking Anweisung hinzugefügt

This commit is contained in:
Marko Oldenburg 2016-11-05 08:30:34 +01:00
parent 08ce247700
commit 260c37b4b0

View File

@ -46,7 +46,7 @@ use JSON;
use HttpUtils;
my $version = "0.3.7";
my $version = "0.3.9";
@ -374,6 +374,7 @@ sub NUKIBridge_Call($$$$$) {
hash => $hash,
chash => $chash,
endpoint => $path,
header => "agent: FHEM/1.0\r\nUser-Agent: FHEM/1.0\r\nAccept: application/json",
method => "GET",
doTrigger => 1,
noshutdown => 1,