@headius: I had another question if you don't mind. I am trying to understand why this works: ``` class Java::OrgOpenhabCoreAutomationModuleScriptInternalDefaultscope::ScriptThingActions ``` However, if I do this: ``` java_import 'org.openhab.core.automation.module.script.internal.defaultscope.ScriptThingActions' ``` I get this error: ``` NameError: cannot load Java class org.openhab.core.automation.module.script.internal.defaultscope.ScriptThingActions ```