Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions configuration/jsr223.md
Original file line number Diff line number Diff line change
Expand Up @@ -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. |
Expand Down Expand Up @@ -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

Expand Down