[automation] Update configDescriptions for jsr223.ScriptedTrigger (#964)

Fixes #962 

Signed-off-by: Philipp Waller <philipp.waller@gmail.com>
This commit is contained in:
Philipp Waller
2019-08-13 21:27:29 +02:00
committed by Christoph Weitkamp
parent 3e38733b09
commit 608507e451
@@ -46,6 +46,14 @@
"label":"Scripted trigger",
"description":"allows the execution of a method defined by a script",
"visibility": "EXPERT",
"configDescriptions":[
{
"name":"privId",
"type":"TEXT",
"description":"the identifier of the private method",
"required":true
}
],
"outputs":[
{
"name":"triggerOutput",