From c5326967ca77eac57cc197aa3b8874338b99272c Mon Sep 17 00:00:00 2001 From: Philipp Waller Date: Sat, 10 Aug 2019 03:24:57 +0200 Subject: [PATCH] Update configDescriptions for jsr223.ScriptedTrigger (#962) Signed-off-by: Philipp Waller --- .../automation/moduletypes/PrivateScriptedTypes.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/bundles/org.openhab.core.automation.module.script.rulesupport/src/main/resources/ESH-INF/automation/moduletypes/PrivateScriptedTypes.json b/bundles/org.openhab.core.automation.module.script.rulesupport/src/main/resources/ESH-INF/automation/moduletypes/PrivateScriptedTypes.json index b799825ab36..02db3bcc9b9 100644 --- a/bundles/org.openhab.core.automation.module.script.rulesupport/src/main/resources/ESH-INF/automation/moduletypes/PrivateScriptedTypes.json +++ b/bundles/org.openhab.core.automation.module.script.rulesupport/src/main/resources/ESH-INF/automation/moduletypes/PrivateScriptedTypes.json @@ -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",