zurück auf 0.53

This commit is contained in:
belevo\mh
2024-11-04 10:38:34 +01:00
parent cd1f1ca6de
commit ba54f0cfdb
2 changed files with 5 additions and 8 deletions

View File

@@ -116,9 +116,6 @@ $data = [
//"G_SK_5M_3" => $this->GetValue("G_SK_5M_3"), //"G_SK_5M_3" => $this->GetValue("G_SK_5M_3"),
//"G_SK_5M_4" => $this->GetValue("G_SK_5M_4"), //"G_SK_5M_4" => $this->GetValue("G_SK_5M_4"),
"E_PNB_5M_0" => $netzbezug "E_PNB_5M_0" => $netzbezug
],
"Tags" => [
"id" => "test"
] ]
]; ];
@@ -157,23 +154,23 @@ return $json;
*/ */
/*
$options = [ $options = [
'http' => [ 'http' => [
'header' => "Content-Type: application/json\r\n", 'header' => "Content-Type: application/json\r\n",
'method' => 'POST', 'method' => 'POST',
'content' => $json 'content' => $json
], ],
]; ];*/
/* $options = [ $options = [
'http' => [ 'http' => [
'header' => "daten: " . $json . "\r\n". 'header' => "daten: " . $json . "\r\n".
"id: test\r\n", "id: test\r\n",
'method' => 'POST', 'method' => 'POST',
], ],
];*/ ];
IPS_LogMessage("Belevo_Server_Kommunikation", "Options: " . print_r($options, true)); IPS_LogMessage("Belevo_Server_Kommunikation", "Options: " . print_r($options, true));
$context = stream_context_create($options); $context = stream_context_create($options);

View File

@@ -6,7 +6,7 @@
"compatibility": { "compatibility": {
"version": "7.1" "version": "7.1"
}, },
"version": "0.54", "version": "0.55",
"build": 0, "build": 0,
"date": 0 "date": 0
} }