diff --git a/Belevo_Server_Kommunikation/form.json b/Belevo_Server_Kommunikation/form.json index b9a3b56..e83a582 100644 --- a/Belevo_Server_Kommunikation/form.json +++ b/Belevo_Server_Kommunikation/form.json @@ -28,11 +28,14 @@ "delete": true, "columns": [ { - "type": "ValidationTextBox", + "caption": "Variablenname", "name": "Variablenname", "width": "200px", - "add": "" + "add": "", + "edit": { + "type": "ValidationTextBox" + } }, { "caption": "Variable", diff --git a/Belevo_Server_Kommunikation/module.php b/Belevo_Server_Kommunikation/module.php index cc55251..9670fe2 100644 --- a/Belevo_Server_Kommunikation/module.php +++ b/Belevo_Server_Kommunikation/module.php @@ -78,7 +78,7 @@ class Belevo_Server_Kommunikation extends IPSModule } // Optional: Ausgabe im JSON-Format protokollieren - IPS_LogMessage("OutputJSON", json_encode($output)); + IPS_LogMessage("Belevo_Server_Kommunikation", json_encode($output)); // Wenn gewünscht, kannst du das JSON zurückgeben oder speichern return json_encode($output); diff --git a/library.json b/library.json index a7c192b..6e244d7 100644 --- a/library.json +++ b/library.json @@ -6,7 +6,7 @@ "compatibility": { "version": "7.1" }, - "version": "0.83", + "version": "0.84", "build": 0, "date": 0 } \ No newline at end of file