Merge 8e90786931
into 371af2493a
commit
356cd57b46
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue