diff --git a/Belevo_Server_Kommunikation/module.php b/Belevo_Server_Kommunikation/module.php index 5c5c48f..6260fc1 100644 --- a/Belevo_Server_Kommunikation/module.php +++ b/Belevo_Server_Kommunikation/module.php @@ -109,11 +109,11 @@ $netzbezug = GetValue($this->ReadPropertyInteger("Netzbezug")); // Werte in ein Array packen $data = [ "measurement" => $this->ReadPropertyString("Anlagenummer"), - "field" =>[ + "fields" =>[ //"G_BT_5M_0" => $this->GetValue("G_BT_5M_0"), //"G_SK_5M_3" => $this->GetValue("G_SK_5M_3"), //"G_SK_5M_4" => $this->GetValue("G_SK_5M_4"), - "E_PNB_5M_0" => $netzbezug, + "E_PNB_5M_0" => $netzbezug ] ]; diff --git a/library.json b/library.json index 9be6957..9ac0082 100644 --- a/library.json +++ b/library.json @@ -6,7 +6,7 @@ "compatibility": { "version": "7.1" }, - "version": "0.43", + "version": "0.44", "build": 0, "date": 0 } \ No newline at end of file