-
-
Notifications
You must be signed in to change notification settings - Fork 429
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Jimmy Tanagra <jcode@tanagra.id.au>
- Loading branch information
Showing
1 changed file
with
4 additions
and
4 deletions.
There are no files selected for viewing
8 changes: 4 additions & 4 deletions
8
...hab.core.automation.module.script/src/main/resources/OH-INF/i18n/scriptprofile.properties
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
profile.system.script.toItemScript.label = To Item Script | ||
profile.system.script.toItemScript.description = The Script for transforming states and commands from handler to item. | ||
profile.system.script.toHandlerScript.label = To Handler Script | ||
profile.system.script.toHandlerScript.description = The Script for transforming states and commands from item to handler. | ||
profile.system.script.toItemScript.label = Thing To Item Transformation | ||
profile.system.script.toItemScript.description = The Script for transforming state updates and commands from the Thing handler to the item. The script may return null to discard the updates/commands and not pass them through. | ||
profile.system.script.toHandlerScript.label = Item To Thing Transformation | ||
profile.system.script.toHandlerScript.description = The Script for transforming commands from the item to the Thing handler. The script may return null to discard the commands and not pass them through. |