Skip to content

Commit

Permalink
Delete and re-create the controlSignalCirculatingPump channel
Browse files Browse the repository at this point in the history
Signed-off-by: Jamie Townsend <[email protected]>
  • Loading branch information
jamietownsend committed Nov 8, 2023
1 parent 7e61c94 commit 58861af
Showing 1 changed file with 16 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<?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="luxtronikheatpump:heatpump">
<instruction-set targetVersion="1">
<remove-channel id="controlSignalCirculatingPump"></remove-channel>
<add-channel id="controlSignalCirculatingPump">
<type>luxtronikheatpump:controlSignalCirculatingPump</type>
<label>Circulating Pump Power</label>
</add-channel>
</instruction-set>
</thing-type>

</update:update-descriptions>

0 comments on commit 58861af

Please sign in to comment.