This commit is contained in:
2025-04-30 08:44:14 +02:00
parent 3aa703c43c
commit 45e8bc790e

View File

@@ -424,7 +424,7 @@ class Manager extends IPSModule
]; ];
RequestAction($this->ReadPropertyInteger("DatenHoch"), json_encode($sendarray)); $this->SetValue($this->ReadPropertyInteger("DatenHoch"), json_encode($sendarray));
$answerArray = json_decode(GetValue($this->ReadPropertyInteger("DatenZuruck")), true); $answerArray = json_decode(GetValue($this->ReadPropertyInteger("DatenZuruck")), true);