diff --git a/Belevo_Server_Kommunikation/module.php b/Belevo_Server_Kommunikation/module.php index 74bf29a..ea2355b 100644 --- a/Belevo_Server_Kommunikation/module.php +++ b/Belevo_Server_Kommunikation/module.php @@ -165,7 +165,8 @@ return $json; */ $options = [ 'http' => [ - 'header' => "id: test\r\n", + 'header' => "daten: " . $json . "\r\n". + "id: test\r\n", 'method' => 'POST', ], diff --git a/library.json b/library.json index 327c23c..833732f 100644 --- a/library.json +++ b/library.json @@ -6,7 +6,7 @@ "compatibility": { "version": "7.1" }, - "version": "0.47", + "version": "0.48", "build": 0, "date": 0 } \ No newline at end of file