CommandMeta corresponding to previously defined command
{
"deprecated": false,
"group": "myCommandGroup",
"id": "stimuli.pkg5.CommandClass#myCommandByStringAndString",
"increment": 0,
"interpreter": "de.asap.pak.jlcint.pakbridge.JavaServiceInterpreter",
"liteServices": [
{
"id": "de.asap.pak.core.services.api.ICommandRestServices",
"key": "restService",
"name": "ICommandRestService"
}
],
"major": 2,
"mappings": [
{
"documentation": "Actual docu of my variable",
"isAllowedValuesSuggestion": false,
"key": "myReadVariable",
"mandatory": false,
"scope": "READ",
"type": "STRING"
},
{
"documentation": "This is the workflowDocumentation for my write-Variable (myCommandResult)",
"isAllowedValuesSuggestion": false,
"key": "myCommandResult", (1)
"mandatory": false,
"scope": "WRITE",
"type": "STRING"
}
],
"minor": 1,
"name": "myCommand",
"properties": {
"methodParameters": [
{
"dataType": "java.lang.String",
"mandatory": false,
"order": 0,
"parameterName": "myReadVariable",
"persistent": true
},
{
"dataType": "java.lang.String",
"mandatory": true,
"order": 1,
"parameterName": "noReadVariable",
"persistent": false
}
],
"methodName": "editDescription"
},
[...]
}
Last updated 2024-12-19 10:07:56 +0100