Skip to content

Commit 5c9bb0a

Browse files
jsr223: clarifications on Configuration parameters
1 parent dc45e0c commit 5c9bb0a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

configuration/jsr223.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -534,9 +534,10 @@ Both caches implement the `org.openhab.core.automation.module.script.rulesupport
534534

535535
### `TriggerType` Objects (all JSR223 languages)
536536

537-
The following trigger types are defined by openHAB (custom triggers can also be defined) and take the specified configuration parameters.
537+
The following trigger types are defined by openHAB (custom triggers can also be defined) and take the specifiedparameters in the constructor of [`org.openhab.core.config.core.Configuration`](https://www.openhab.org/javadoc/latest/org/openhab/core/config/core/configuration).
538+
The configuration can be passed to [`TriggerBuilder`](https://www.openhab.org/javadoc/latest/org/openhab/core/automation/util/triggerbuilder).withConfiguration().
538539
All parameters are Strings.
539-
Read the JSR223 language specific documentation for examples of using these `TriggerType` objects.
540+
Read the JSR223 language specific documentation for examples of using these [`TriggerType`](https://www.openhab.org/javadoc/latest/org/openhab/core/automation/type/triggertype) objects.
540541

541542
::: details timer.DateTimeTrigger
542543

0 commit comments

Comments
 (0)