mirror of
https://github.com/danieldemus/openhab-core.git
synced 2025-01-10 21:31:53 +01:00
Fix limitToOptions in script profile (#3730)
Signed-off-by: Jan N. Klug <github@klug.nrw>
This commit is contained in:
parent
3b91692be1
commit
79fd459f59
@ -9,11 +9,13 @@
|
||||
<label>Thing To Item Transformation</label>
|
||||
<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.</description>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
<parameter name="toHandlerScript" type="text">
|
||||
<label>Item To Thing Transformation</label>
|
||||
<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.</description>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
</config-description>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user