]> git.basschouten.com Git - openhab-addons.git/commitdiff
[freeboxos] Fix category for lcd-brightness channel type (#17261)
authorlolodomo <lg.hc@free.fr>
Thu, 15 Aug 2024 11:01:59 +0000 (13:01 +0200)
committerGitHub <noreply@github.com>
Thu, 15 Aug 2024 11:01:59 +0000 (13:01 +0200)
Also make line-type, lcd-orientation and airmedia_status channel types advanced

Signed-off-by: Laurent Garnier <lg.hc@free.fr>
bundles/org.openhab.binding.freeboxos/src/main/resources/OH-INF/thing/channel-types.xml

index 283b64aaa56e24240a7dcb02d0ca5df341d467e8..6318a0874798cc360cbedb943e4d697e79753f54 100644 (file)
@@ -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>
                </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>
                <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>