@@ -388,11 +388,16 @@ scriptExtension.importPreset("RuleSupport")
388388scriptExtension.importPreset(" RuleFactories" )
389389```
390390
391- | Variable | Description |
392- | ------------------------- | -------------------------------------------------------------------------------------------------------- |
393- | ` ActionHandlerFactory ` | ` org.openhab.core.automation.module.script.rulesupport.shared.factories.ScriptedActionHandlerFactory ` |
394- | ` ConditionHandlerFactory ` | ` org.openhab.core.automation.module.script.rulesupport.shared.factories.ScriptedConditionHandlerFactory ` |
395- | ` TriggerHandlerFactory ` | ` org.openhab.core.automation.module.script.rulesupport.shared.factories.ScriptedTriggerHandlerFactory ` |
391+ | Variable | Description |
392+ | ---------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
393+ | ` 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 ) |
394+ | ` ActionType ` | [ ` org.openhab.core.automation.type.ActionType ` ] ( https://www.openhab.org/javadoc/latest/org/openhab/core/automation/type/actiontype ) |
395+ | ` 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 ) |
396+ | ` ConfigDescriptionParameter ` | [ ` org.openhab.core.config.core.ConfigDescriptionParameter ` ] ( https://www.openhab.org/javadoc/latest/org/openhab/core/config/core/configdescriptionparameter ) |
397+ | ` ModuleType ` | [ ` org.openhab.core.automation.type.ModuleType ` ] ( https://www.openhab.org/javadoc/latest/org/openhab/core/automation/type/moduletype ) |
398+ | ` 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 ) |
399+ | ` TriggerType ` | [ ` org.openhab.core.automation.type.TriggerType ` ] ( https://www.openhab.org/javadoc/latest/org/openhab/core/automation/type/triggertype ) |
400+ | ` Visibility ` | [ ` org.openhab.core.automation.Visibility ` ] ( https://www.openhab.org/javadoc/latest/org/openhab/core/automation/visibility ) |
396401
397402#### ` ScriptAction ` Preset
398403
0 commit comments