From e81550fc98527ab384f753da6756930bfa9dcc8f Mon Sep 17 00:00:00 2001 From: Cody Cutrer Date: Wed, 27 Dec 2023 16:21:50 -0700 Subject: [PATCH] [mqtt.espmilighthub] fix upgrade instructions (#16127) since #13801, it's not been possible to add new milight things, because the thing XML already has the new channel types, but not the thingTypeVersion property set, so it would try to apply the update instructions and error about duplicate channels Signed-off-by: Cody Cutrer --- .../resources/OH-INF/thing/thing-types.xml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/bundles/org.openhab.binding.mqtt.espmilighthub/src/main/resources/OH-INF/thing/thing-types.xml b/bundles/org.openhab.binding.mqtt.espmilighthub/src/main/resources/OH-INF/thing/thing-types.xml index 3ca8031fea..bd05361d6e 100644 --- a/bundles/org.openhab.binding.mqtt.espmilighthub/src/main/resources/OH-INF/thing/thing-types.xml +++ b/bundles/org.openhab.binding.mqtt.espmilighthub/src/main/resources/OH-INF/thing/thing-types.xml @@ -19,6 +19,9 @@ + + 1 + @@ -37,6 +40,9 @@ + + 1 + @@ -53,6 +59,9 @@ + + 1 + @@ -69,6 +78,9 @@ + + 1 + @@ -85,6 +97,9 @@ + + 1 + @@ -101,6 +116,9 @@ + + 1 + -- 2.47.3