Skip to content

Commit

Permalink
[tr064] Added representation property for Things (#10905)
Browse files Browse the repository at this point in the history
Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de>
  • Loading branch information
cweitkamp committed Jun 27, 2021
1 parent ba2a339 commit b03e730
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand All @@ -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>
Expand Down Expand Up @@ -109,6 +113,8 @@
<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>
Expand All @@ -130,6 +136,8 @@
<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>
Expand Down

0 comments on commit b03e730

Please sign in to comment.