Skip to content

Commit

Permalink
Added Thing upgrade instructions
Browse files Browse the repository at this point in the history
Signed-off-by: Matt Myers <[email protected]>
  • Loading branch information
matchews committed Mar 13, 2024
1 parent 5037e71 commit 130d95b
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
<property name="chlorMode"></property>
<property name="cellType"></property>
<property name="dispenserType"></property>
<property name="thingTypeVersion">1</property>
</properties>
<representation-property>systemID</representation-property>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
<property name="highFilterSpeed"></property>
<property name="customFilterSpeed"></property>
<property name="freezeProtectOverrideInterval"></property>
<property name="thingTypeVersion">1</property>
</properties>
<representation-property>systemID</representation-property>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
<property name="mediumPumpSpeed"></property>
<property name="highPumpSpeed"></property>
<property name="customPumpSpeed"></property>
<property name="thingTypeVersion">1</property>
</properties>
<representation-property>systemID</representation-property>

Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
<?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="haywardomnilogic:chlorinator">
<instruction-set targetVersion="1">
<update-channel id="chlorError">
<type>String</type>
</update-channel>
<update-channel id="chlorStatus">
<type>String</type>
</update-channel>
</instruction-set>
</thing-type>

<thing-type uid="haywardomnilogic:filter">
<instruction-set targetVersion="1">
<update-channel id="filterSpeedRpm">
<type>Number:Frequency</type>
</update-channel>
</instruction-set>
</thing-type>

<thing-type uid="haywardomnilogic:pump">
<instruction-set targetVersion="1">
<update-channel id="pumpSpeedRpm">
<type>Number:Frequency</type>
</update-channel>
</instruction-set>
</thing-type>

</update:update-descriptions>

0 comments on commit 130d95b

Please sign in to comment.