pull/2360/merge
Дилян Палаузов 2025-06-02 09:13:28 +02:00 committed by GitHub
commit 356cd57b46
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -310,7 +310,7 @@ With `scriptExtension.get("automationManager")` the `automationManager` can be m
| `ir` | Alias for `itemRegistry` | | `ir` | Alias for `itemRegistry` |
| `itemRegistry` | Instance of `org.openhab.core.items.ItemRegistry` | | `itemRegistry` | Instance of `org.openhab.core.items.ItemRegistry` |
| `things` | Instance of `org.openhab.core.thing.ThingRegistry` | | `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] | | `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) | | `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. | | `scriptExtension` | (internal) For loading script presets. |
@ -372,7 +372,7 @@ scriptExtension.importPreset("RuleSupport")
| Trigger | `org.openhab.core.automation.Trigger` | | Trigger | `org.openhab.core.automation.Trigger` |
| TriggerBuilder | `org.openhab.core.automation.util.TriggerBuilder` | | TriggerBuilder | `org.openhab.core.automation.util.TriggerBuilder` |
| automationManager | Instance for managing rules and other openHAB module instances. (e.g., `addRule`) | | 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 #### `RuleFactories` Preset