Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix limitToOptions in script profile #3730

Merged
merged 1 commit into from
Jul 25, 2023
Merged
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 @@ -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>

Expand Down