Skip to content

Commit

Permalink
openhab#14 Added supported-bridge-type-refs to thing-types.xml
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Oeing <[email protected]>
Signed-off-by: Gerd Zanker <[email protected]>
  • Loading branch information
coeing authored and GerdZanker committed Jan 7, 2021
1 parent 6838c25 commit 7d39084
Showing 1 changed file with 16 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@
</bridge-type>

<thing-type id="in-wall-switch">
<supported-bridge-type-refs>
<bridge-type-ref id="shc"/>
</supported-bridge-type-refs>

<label>In-wall Switch</label>
<description>Bosch In-wall switch for light control</description>

Expand All @@ -27,6 +31,10 @@
</thing-type>

<thing-type id="twinguard">
<supported-bridge-type-refs>
<bridge-type-ref id="shc"/>
</supported-bridge-type-refs>

<label>TwinGuard</label>
<description>Bosch TwinGuard environmental sensor</description>

Expand All @@ -46,6 +54,10 @@
</thing-type>

<thing-type id="window-contact">
<supported-bridge-type-refs>
<bridge-type-ref id="shc"/>
</supported-bridge-type-refs>

<label>Window/Door Contact</label>
<description>Bosch Contact for windows and doors</description>

Expand All @@ -58,6 +70,10 @@
</thing-type>

<thing-type id="motion-detector">
<supported-bridge-type-refs>
<bridge-type-ref id="shc"/>
</supported-bridge-type-refs>

<label>Motion Detector</label>
<description>Bosch Motion Detector</description>

Expand Down

0 comments on commit 7d39084

Please sign in to comment.