Skip to content

Commit

Permalink
thingTypeVersion added
Browse files Browse the repository at this point in the history
Signed-off-by: tobiroemer <bitbucket.org@t-obias.de>
  • Loading branch information
tobiroemer committed Mar 4, 2024
1 parent 839a94b commit cf01ee5
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
xsi:schemaLocation="https://openhab.org/schemas/update-description/v1.0.0 https://openhab.org/schemas/update-description-1.0.0.xsd">

<thing-type uid="ecotouch:geo">
<properties>
<property name="thingTypeVersion">1</property>
</properties>
<instruction-set targetVersion="1">
<add-channel id="percent_water_limit_min">
<type>Number:Dimensionless</type>
Expand All @@ -21,6 +24,9 @@
</thing-type>

<thing-type uid="ecotouch:air">
<properties>
<property name="thingTypeVersion">1</property>
</properties>
<instruction-set targetVersion="1">
<add-channel id="percent_water_limit_min">
<type>Number:Dimensionless</type>
Expand Down

0 comments on commit cf01ee5

Please sign in to comment.