You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: configuration/jsr223.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -534,9 +534,10 @@ Both caches implement the `org.openhab.core.automation.module.script.rulesupport
534
534
535
535
### `TriggerType` Objects (all JSR223 languages)
536
536
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().
538
539
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.
0 commit comments