Interface ScriptEngine


public interface ScriptEngine
The script engine is the main entrypoint for openHAB script use. It can build Script instances from simple strings. These scripts can then be executed by the caller.
Author:
Kai Kreuzer - Initial contribution