form.json editiert
This commit is contained in:
@@ -28,11 +28,14 @@
|
|||||||
"delete": true,
|
"delete": true,
|
||||||
"columns": [
|
"columns": [
|
||||||
{
|
{
|
||||||
"type": "ValidationTextBox",
|
|
||||||
"caption": "Variablenname",
|
"caption": "Variablenname",
|
||||||
"name": "Variablenname",
|
"name": "Variablenname",
|
||||||
"width": "200px",
|
"width": "200px",
|
||||||
"add": ""
|
"add": "",
|
||||||
|
"edit": {
|
||||||
|
"type": "ValidationTextBox"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"caption": "Variable",
|
"caption": "Variable",
|
||||||
|
|||||||
@@ -78,7 +78,7 @@ class Belevo_Server_Kommunikation extends IPSModule
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Optional: Ausgabe im JSON-Format protokollieren
|
// 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
|
// Wenn gewünscht, kannst du das JSON zurückgeben oder speichern
|
||||||
return json_encode($output);
|
return json_encode($output);
|
||||||
|
|||||||
+1
-1
@@ -6,7 +6,7 @@
|
|||||||
"compatibility": {
|
"compatibility": {
|
||||||
"version": "7.1"
|
"version": "7.1"
|
||||||
},
|
},
|
||||||
"version": "0.83",
|
"version": "0.84",
|
||||||
"build": 0,
|
"build": 0,
|
||||||
"date": 0
|
"date": 0
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user