Skip to content

Commit

Permalink
fix update instructions
Browse files Browse the repository at this point in the history
Signed-off-by: Tobias Lange <[email protected]>
  • Loading branch information
Tobias Lange committed Mar 29, 2023
1 parent 2399bd7 commit 56d2aa4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@
<channel id="color_temperature_abs" typeId="system.color-temperature-abs"/>
</channels>

<properties>
<property name="thingTypeVersion">1</property>
</properties>

<representation-property>ain</representation-property>

<config-description-ref uri="thing-type:avmfritz:fritzdevice"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@

<thing-type uid="avmfritz:FRITZ_DECT_500">
<instruction-set targetVersion="1">
<update-channel id="color_temperature">
<add-channel id="color_temperature">
<type>system:color-temperature</type>
</update-channel>
<update-channel id="color_temperature_abs">
</add-channel>
<add-channel id="color_temperature_abs">
<type>system:color-temperature-abs</type>
</update-channel>
</add-channel>
</instruction-set>
</thing-type>

Expand Down

0 comments on commit 56d2aa4

Please sign in to comment.