]> git.basschouten.com Git - openhab-addons.git/commitdiff
[boschshc] fix wrong config description references (#16342)
authorDavid Pace <dev@davidpace.de>
Wed, 31 Jan 2024 22:25:30 +0000 (23:25 +0100)
committerGitHub <noreply@github.com>
Wed, 31 Jan 2024 22:25:30 +0000 (23:25 +0100)
wrong references were introduced during copy & paste from the previous
thing type definition

Signed-off-by: David Pace <dev@davidpace.de>
bundles/org.openhab.binding.boschshc/src/main/resources/OH-INF/thing/thing-types.xml

index ea8b6510232639fb8824d3655c5959e9e7fdb3d6..9f9a4ccc6a7aff92ac645ce9b459bb340abb15f2 100644 (file)
                        <channel id="key-event-timestamp" typeId="key-event-timestamp"/>
                </channels>
 
-               <config-description-ref uri="thing-type:boschshc:user-defined-state"/>
+               <config-description-ref uri="thing-type:boschshc:device"/>
        </thing-type>
 
        <thing-type id="universal-switch-2">
                        <channel id="key-event-timestamp" typeId="key-event-timestamp"/>
                </channels>
 
-               <config-description-ref uri="thing-type:boschshc:user-defined-state"/>
+               <config-description-ref uri="thing-type:boschshc:device"/>
        </thing-type>
 
        <!-- Channels -->