From 8e90786931091b146110f46df3443ff44dfb26ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=94=D0=B8=D0=BB=D1=8F=D0=BD=20=D0=9F=D0=B0=D0=BB=D0=B0?= =?UTF-8?q?=D1=83=D0=B7=D0=BE=D0=B2?= Date: Wed, 4 Sep 2024 14:09:18 +0300 Subject: [PATCH] JSR223: make clear two different implementations of RuleRegistry are injected --- configuration/jsr223.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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