From: Cody Cutrer Date: Wed, 27 Dec 2023 23:21:50 +0000 (-0700) Subject: [mqtt.espmilighthub] fix upgrade instructions (#16127) X-Git-Url: https://git.basschouten.com/?a=commitdiff_plain;h=e81550fc98527ab384f753da6756930bfa9dcc8f;p=openhab-addons.git [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 --- 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 +