From 3bc886d6c127eba1ce4acd0b03505b99aa1d189e 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: Tue, 21 Oct 2025 19:42:32 +0300 Subject: [PATCH] jsr223: describe everything from RuleFactories preset (#2579) --- configuration/jsr223.md | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/configuration/jsr223.md b/configuration/jsr223.md index b19c51b4f..cdbf9a99b 100644 --- a/configuration/jsr223.md +++ b/configuration/jsr223.md @@ -388,11 +388,16 @@ scriptExtension.importPreset("RuleSupport") scriptExtension.importPreset("RuleFactories") ``` -| Variable | Description | -| ------------------------- | -------------------------------------------------------------------------------------------------------- | -| `ActionHandlerFactory` | `org.openhab.core.automation.module.script.rulesupport.shared.factories.ScriptedActionHandlerFactory` | -| `ConditionHandlerFactory` | `org.openhab.core.automation.module.script.rulesupport.shared.factories.ScriptedConditionHandlerFactory` | -| `TriggerHandlerFactory` | `org.openhab.core.automation.module.script.rulesupport.shared.factories.ScriptedTriggerHandlerFactory` | +| Variable | Description | +| ---------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `ActionHandlerFactory` | [`org.openhab.core.automation.module.script.rulesupport.shared.factories.ScriptedActionHandlerFactory`](https://www.openhab.org/javadoc/latest/org/openhab/core/automation/module/script/rulesupport/shared/factories/scriptedactionhandlerfactory) | +| `ActionType` | [`org.openhab.core.automation.type.ActionType`](https://www.openhab.org/javadoc/latest/org/openhab/core/automation/type/actiontype) | +| `ConditionHandlerFactory` | [`org.openhab.core.automation.module.script.rulesupport.shared.factories.ScriptedConditionHandlerFactory`](https://www.openhab.org/javadoc/latest/org/openhab/core/automation/module/script/rulesupport/shared/factories/scriptedconditionhandlerfactory) | +| `ConfigDescriptionParameter` | [`org.openhab.core.config.core.ConfigDescriptionParameter`](https://www.openhab.org/javadoc/latest/org/openhab/core/config/core/configdescriptionparameter) | +| `ModuleType` | [`org.openhab.core.automation.type.ModuleType`](https://www.openhab.org/javadoc/latest/org/openhab/core/automation/type/moduletype) | +| `TriggerHandlerFactory` | [`org.openhab.core.automation.module.script.rulesupport.shared.factories.ScriptedTriggerHandlerFactory`](https://www.openhab.org/javadoc/latest/org/openhab/core/automation/module/script/rulesupport/shared/factories/scriptedtriggerhandlerfactory) | +| `TriggerType` | [`org.openhab.core.automation.type.TriggerType`](https://www.openhab.org/javadoc/latest/org/openhab/core/automation/type/triggertype) | +| `Visibility` | [`org.openhab.core.automation.Visibility`](https://www.openhab.org/javadoc/latest/org/openhab/core/automation/visibility) | #### `ScriptAction` Preset