Skip to content

Commit

Permalink
Add instruction for channel removal (openhab#14473)
Browse files Browse the repository at this point in the history
Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
  • Loading branch information
jlaur authored and renescherer committed Mar 23, 2023
1 parent 7566c4c commit 093573f
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
</channel-groups>
<properties>
<property name="vendor">Danfoss</property>
<property name="thingTypeVersion">1</property>
</properties>
<representation-property>host</representation-property>
<config-description>
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<update:update-descriptions xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:update="https://openhab.org/schemas/update-description/v1.0.0"
xsi:schemaLocation="https://openhab.org/schemas/update-description/v1.0.0 https://openhab.org/schemas/update-description-1.0.0.xsd">

<thing-type uid="danfossairunit:airunit">

<instruction-set targetVersion="1">
<remove-channel id="manual_fan_speed" groupIds="main"/>
</instruction-set>

</thing-type>

</update:update-descriptions>

0 comments on commit 093573f

Please sign in to comment.