mirror of
https://github.com/danieldemus/openhab-core.git
synced 2026-07-29 12:34:22 +02:00
[automation] Update configDescriptions for jsr223.ScriptedTrigger (#964)
Fixes #962 Signed-off-by: Philipp Waller <philipp.waller@gmail.com>
This commit is contained in:
committed by
Christoph Weitkamp
parent
3e38733b09
commit
608507e451
+8
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user