From 2a05265efa89e5c317b142f0e76117cd2322e159 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 3ca8031fe..bd05361d6 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 +