You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -43,7 +43,8 @@ This library is included by default in the openHAB [JavaScript Scripting add-on]
43
43
44
44
### Default Installation
45
45
46
-
Install the openHAB [JavaScript Scripting add-on](https://www.openhab.org/addons/automation/jsscripting/), a version of this library will be automatically installed and available to ECMAScript 2024+ rules created using [Rules in Main UI](#rules-in-main-ui) or [Rules created from Script Files](#rules-created-from-script-files).
46
+
When installing the openHAB [JavaScript Scripting add-on](https://www.openhab.org/addons/automation/jsscripting/),
47
+
a version of this library will be automatically installed and - depending on the add-on configuration - available to ECMAScript 2024+ for all or some rules.
47
48
48
49
openHAB also provides the [JavaScript Scripting (Nashorn) add-on](https://www.openhab.org/addons/automation/jsscriptingnashorn/), which is based on the older Nashorn JavaScript engine. This is referred to as `ECMA - 262 Edition 5.1` or `application/javascript;version=ECMAScript-5.1` in the Main UI.
49
50
_This library is not compatible with this older runtime._
0 commit comments