diff --git a/configuration/jsr223.md b/configuration/jsr223.md index 19712b5f39..313387170a 100644 --- a/configuration/jsr223.md +++ b/configuration/jsr223.md @@ -309,7 +309,7 @@ The `default` preset is preloaded, so it does not require importing. | `ir` | Alias for `itemRegistry` | | `itemRegistry` | Instance of `org.openhab.core.items.ItemRegistry` | | `things` | Instance of `org.openhab.core.thing.ThingRegistry` | -| `rules` | Instance of `org.openhab.core.automation.RuleRegistry` | +| `rules` | One implementation of [`org.openhab.core.automation.RuleRegistry`](https://www.openhab.org/javadoc/latest/org/openhab/core/automation/ruleregistry) | | `events` | (internal) Used to send events, post commands, etc. [Details](#events-operations) below] | | `actions` | Instance of [`org.openhab.core.automation.module.script.defaultscope.ScriptThingActions`](https://www.openhab.org/javadoc/latest/org/openhab/core/automation/module/script/defaultscope/scriptthingactions) | | `scriptExtension` | (internal) For loading script presets. | @@ -371,7 +371,7 @@ scriptExtension.importPreset("RuleSupport") | Trigger | `org.openhab.core.automation.Trigger` | | TriggerBuilder | `org.openhab.core.automation.TriggerBuilder` | | automationManager | Instance for managing rules and other openHAB module instances. (e.g., `addRule`) | -| ruleRegistry | `org.openhab.core.automation.Rule` | +| ruleRegistry | Another implementation of `org.openhab.core.automation.RuleRegistry` | #### `RuleFactories` Preset