]> git.basschouten.com Git - openhab-addons.git/commitdiff
[tr064] Added representation property for Things (#10905)
authorChristoph Weitkamp <github@christophweitkamp.de>
Sun, 27 Jun 2021 08:47:48 +0000 (10:47 +0200)
committerGitHub <noreply@github.com>
Sun, 27 Jun 2021 08:47:48 +0000 (10:47 +0200)
Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de>
bundles/org.openhab.binding.tr064/src/main/resources/OH-INF/thing/thing-types.xml

index cf24acdb93c08d6d40f4d613a855b0b27cc22139..fd911ddd8eef57bb99c2a45bbb8ab7c37090ce24 100644 (file)
@@ -7,6 +7,8 @@
        <bridge-type id="generic">
                <label>Generic CPE</label>
 
+               <representation-property>host</representation-property>
+
                <config-description>
                        <parameter name="host" type="text" required="true">
                                <label>Host</label>
@@ -33,6 +35,8 @@
                <label>FritzBox</label>
                <description>A physical FritzBox Device.</description>
 
+               <representation-property>host</representation-property>
+
                <config-description>
                        <parameter name="host" type="text" required="true">
                                <label>Host</label>
                <label>Sub-Device</label>
                <description>A virtual sub-device.</description>
 
+               <representation-property>uuid</representation-property>
+
                <config-description>
                        <parameter name="uuid" type="text" required="true">
                                <label>UUID</label>
                <label>Sub-Device (LAN)</label>
                <description>A virtual Sub-Device (LAN).</description>
 
+               <representation-property>uuid</representation-property>
+
                <config-description>
                        <parameter name="uuid" type="text" required="true">
                                <label>UUID</label>