[tr064] Added representation property for Things (#10905)

Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de>
This commit is contained in:
Christoph Weitkamp 2021-06-27 10:47:48 +02:00 committed by GitHub
parent ba2a33947d
commit b03e730699
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 0 deletions

View File

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