Fix limitToOptions in script profile (#3730)

Signed-off-by: Jan N. Klug <github@klug.nrw>
This commit is contained in:
J-N-K 2023-07-25 09:16:07 +02:00 committed by GitHub
parent 3b91692be1
commit 79fd459f59
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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>