Div kleinere verbesserungen

This commit is contained in:
belevo\mh
2024-10-16 09:39:08 +02:00
parent 2749b9e5fb
commit cfaa1b0ff9
2 changed files with 3 additions and 3 deletions

View File

@@ -109,11 +109,11 @@ $netzbezug = GetValue($this->ReadPropertyInteger("Netzbezug"));
// Werte in ein Array packen // Werte in ein Array packen
$data = [ $data = [
"measurement" => $this->ReadPropertyString("Anlagenummer"), "measurement" => $this->ReadPropertyString("Anlagenummer"),
"field" =>[ "fields" =>[
//"G_BT_5M_0" => $this->GetValue("G_BT_5M_0"), //"G_BT_5M_0" => $this->GetValue("G_BT_5M_0"),
//"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
] ]
]; ];

View File

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