Variable zu Propertys

This commit is contained in:
belevo\mh
2024-10-16 08:02:03 +02:00
parent bb3fb00cd1
commit 6825ec17a0
2 changed files with 2 additions and 2 deletions

View File

@@ -101,7 +101,7 @@ $this->SetValue("G_SK_5M_3", $kontaktTeillast);
$kontaktVolllast = $this->GetValue("Kontakt_Volllast"); $kontaktVolllast = $this->GetValue("Kontakt_Volllast");
$this->SetValue("G_SK_5M_4", $kontaktVolllast); $this->SetValue("G_SK_5M_4", $kontaktVolllast);
*/ */
$netzbezug = $this->GetValue("Netzbezug"); $netzbezug = GetValue($this->ReadPropertyInteger("Netzbezug"));
$this->SetValue("E_PNB_5M_0", $netzbezug); $this->SetValue("E_PNB_5M_0", $netzbezug);
// Werte in ein Array packen // Werte in ein Array packen

View File

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