Skip to content

Commit

Permalink
Adding channel type for raw control of color (#1703)
Browse files Browse the repository at this point in the history
Signed-off-by: Jeff Lauterbach <[email protected]>
  • Loading branch information
jjlauterbach committed Dec 20, 2021
1 parent 9090f31 commit 4c6d5ba
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/main/resources/OH-INF/thing/channels.xml
Original file line number Diff line number Diff line change
Expand Up @@ -414,6 +414,14 @@
<category>ColorLight</category>
</channel-type>

<!-- Color Command Class - Raw -->
<channel-type id="color_raw">
<item-type>String</item-type>
<label>Color Raw Setting</label>
<description>Sets the color from a comma delimited key=value string</description>
<category></category>
</channel-type>

<!-- Configuration Command Class Channel - Decimal Conversion -->
<channel-type id="config_decimal">
<item-type>Number</item-type>
Expand Down

0 comments on commit 4c6d5ba

Please sign in to comment.