From 79fd459f593bd27fcd382207409373496e22e419 Mon Sep 17 00:00:00 2001 From: J-N-K Date: Tue, 25 Jul 2023 09:16:07 +0200 Subject: [PATCH] Fix limitToOptions in script profile (#3730) Signed-off-by: Jan N. Klug --- .../src/main/resources/OH-INF/config/script-profile.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bundles/org.openhab.core.automation.module.script/src/main/resources/OH-INF/config/script-profile.xml b/bundles/org.openhab.core.automation.module.script/src/main/resources/OH-INF/config/script-profile.xml index 6e1670c529..c6edd1a229 100644 --- a/bundles/org.openhab.core.automation.module.script/src/main/resources/OH-INF/config/script-profile.xml +++ b/bundles/org.openhab.core.automation.module.script/src/main/resources/OH-INF/config/script-profile.xml @@ -9,11 +9,13 @@ 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. + false 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. + false