diff --git a/configuration/jsr223.md b/configuration/jsr223.md index fe1432b2c0..7de82d7b86 100644 --- a/configuration/jsr223.md +++ b/configuration/jsr223.md @@ -237,6 +237,7 @@ Note that prior to openHAB 3, script ordering was performed alphanumerically bas To facilitate JSR223 scripting, several openHAB-related variables are automatically predefined within `ScriptExtension` presets. They can be loaded into the script context using `scriptExtension.importPreset(String preset)`, e.g. `scriptExtension.importPreset("RuleSimple")`. The `default` preset is preloaded, so it does not require importing. +With `scriptExtension.get("automationManager")` the `automationManager` can be made available without loading a preset. - [Overview](#overview) - [Example rules for a first impression](#example-rules-for-a-first-impression)