[tr064] Added representation property for Things (#10905)
Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de>
This commit is contained in:
parent
ba2a33947d
commit
b03e730699
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue