Server Kommunikation zu influx V1
This commit is contained in:
20
Michisplayground/form.json
Normal file
20
Michisplayground/form.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"elements": [
|
||||
{
|
||||
"type": "Label",
|
||||
"caption": "Verwende die Buttons, um den Zähler zu steuern."
|
||||
},
|
||||
{
|
||||
"type": "Button",
|
||||
"caption": "Addierer",
|
||||
"onClick": "ZAEHL_AdditionMethode($id);"
|
||||
},
|
||||
{
|
||||
"type": "Suptrahierer",
|
||||
"caption": "Zähler zurücksetzen",
|
||||
"onClick": "ZAEHL_Subtraktionsmethode($id);"
|
||||
}
|
||||
|
||||
],
|
||||
"actions": []
|
||||
}
|
||||
Reference in New Issue
Block a user