diff --git a/configuration/jsr223.md b/configuration/jsr223.md index 549711e592..2f06b4d37f 100644 --- a/configuration/jsr223.md +++ b/configuration/jsr223.md @@ -534,9 +534,10 @@ Both caches implement the `org.openhab.core.automation.module.script.rulesupport ### `TriggerType` Objects (all JSR223 languages) -The following trigger types are defined by openHAB (custom triggers can also be defined) and take the specified configuration parameters. +The following trigger types are defined by openHAB (custom triggers can also be defined) and take the specified parameters in the constructor of [`org.openhab.core.config.core.Configuration`](https://www.openhab.org/javadoc/latest/org/openhab/core/config/core/configuration). +The configuration can be passed to [`TriggerBuilder`](https://www.openhab.org/javadoc/latest/org/openhab/core/automation/util/triggerbuilder).`withConfiguration()`. All parameters are Strings. -Read the JSR223 language specific documentation for examples of using these `TriggerType` objects. +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. ::: details timer.DateTimeTrigger