From 4b5d64340f4f6b469536b2a53e30332dcccbbd16 Mon Sep 17 00:00:00 2001 From: lolodomo Date: Sun, 23 May 2021 19:48:15 +0200 Subject: [PATCH] [homeconnect] Let the binding update item state when handling a command (#10749) To avoid the core framework updating automatically an item state while a command is sent to this item but its handling by the binding is failing or ignored Fix #10700 Signed-off-by: Laurent Garnier --- .../src/main/resources/OH-INF/thing/thing-types.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/bundles/org.openhab.binding.homeconnect/src/main/resources/OH-INF/thing/thing-types.xml b/bundles/org.openhab.binding.homeconnect/src/main/resources/OH-INF/thing/thing-types.xml index 479d4e1cad..54c90e0a1c 100644 --- a/bundles/org.openhab.binding.homeconnect/src/main/resources/OH-INF/thing/thing-types.xml +++ b/bundles/org.openhab.binding.homeconnect/src/main/resources/OH-INF/thing/thing-types.xml @@ -366,6 +366,7 @@ String This state describes the selected program of the home appliance. + veto Number:Time @@ -425,6 +426,7 @@ + veto String @@ -447,6 +449,7 @@ + veto String @@ -461,6 +464,7 @@ + veto String @@ -475,6 +479,7 @@ + veto Number:Temperature @@ -508,6 +513,7 @@ Specifies the desired dryness setting. + veto String -- 2.47.3