Skip to content

Commit

Permalink
[freeboxos] Fix category for lcd-brightness channel type (openhab#17261)
Browse files Browse the repository at this point in the history
Also make line-type, lcd-orientation and airmedia_status channel types advanced

Signed-off-by: Laurent Garnier <lg.hc@free.fr>
  • Loading branch information
lolodomo authored and matchews committed Oct 18, 2024
1 parent aa0252c commit dfcef04
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
<item-type>Number:Dimensionless</item-type>
<label>Screen Brightness</label>
<description>Brightness level of the screen in percent</description>
<category>DimmableLight</category>
<category>Light</category>
<state pattern="%d %unit%" min="0" max="100"/>
</channel-type>

<channel-type id="lcd-orientation">
<channel-type id="lcd-orientation" advanced="true">
<item-type>Number</item-type>
<label>Screen Orientation</label>
<description>Screen Orientation in degrees</description>
Expand Down Expand Up @@ -160,7 +160,7 @@
</state>
</channel-type>

<channel-type id="line-type">
<channel-type id="line-type" advanced="true">
<item-type>String</item-type>
<label>Line Type</label>
<description>Type of network line connection</description>
Expand Down Expand Up @@ -215,7 +215,7 @@
<category>Switch</category>
</channel-type>

<channel-type id="airmedia-status">
<channel-type id="airmedia-status" advanced="true">
<item-type>Switch</item-type>
<label>Air Media Enabled</label>
<description>Indicates whether Air Media is enabled</description>
Expand Down

0 comments on commit dfcef04

Please sign in to comment.