Skip to content

Commit

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

Signed-off-by: Laurent Garnier <lg.hc@free.fr>
  • Loading branch information
lolodomo committed Aug 15, 2024
1 parent 5324a19 commit 3d5c301
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<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>

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 3d5c301

Please sign in to comment.