Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
</parameter-group>

<parameter-group name="system">
<label>System Behaviour</label>
<description>This group defines JavaScript's system behaviour.</description>
<label>System Behavior</label>
<description>This group defines JavaScript's system behavior.</description>
</parameter-group>

<parameter name="injectionEnabledV2" type="integer" required="true" min="0" max="2" groupName="environment">
<parameter name="injectionEnabledV2" type="integer" required="true" min="0" max="3" groupName="environment">
<label>Inject Global Variables from Helper Library</label>
<description><![CDATA[
Import all variables from the openHAB JavaScript library for common services like items, things, actions, log, etc... <br>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ automation.config.jsscripting.eventConversionEnabled.label = Convert Event from
automation.config.jsscripting.eventConversionEnabled.description = Converting the event data from Java to JavaScript types in UI-based scripts allows working with event data in a native JS way without special handling for Java types.<br> With this option enabled, the event data available in UI-based scripts is all JS types and the same as in file-based scripts.<br> Please note that this option <strong>requires both auto-injection & wrapper enabled</strong> and only applies to UI-based scripts and does not affect file-based scripts.
automation.config.jsscripting.group.environment.label = JavaScript Environment
automation.config.jsscripting.group.environment.description = This group defines JavaScript's environment.
automation.config.jsscripting.group.system.label = System Behaviour
automation.config.jsscripting.group.system.description = This group defines JavaScript's system behaviour.
automation.config.jsscripting.group.system.label = System Behavior
automation.config.jsscripting.group.system.description = This group defines JavaScript's system behavior.
automation.config.jsscripting.injectionCachingEnabled.label = Cache openHAB JavaScript Library Injection
automation.config.jsscripting.injectionCachingEnabled.description = Cache the openHAB JavaScript library injection for optimal performance.<br> Disable this option to allow loading the library from the local user configuration directory "automation/js/node_modules". Disabling caching may increase script loading times, especially on less powerful systems.
automation.config.jsscripting.injectionEnabledV2.label = Inject Global Variables from Helper Library
Expand Down