[lcn] Set advanced flags more reasonably (#9676)

Signed-off-by: Fabian Wolter <github@fabian-wolter.de>
This commit is contained in:
Fabian Wolter 2021-01-05 00:53:57 +01:00 committed by GitHub
parent 944ff33e61
commit e2c9656148
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 14 additions and 14 deletions

View File

@ -2,7 +2,7 @@
<features name="org.openhab.binding.lcn-${project.version}" xmlns="http://karaf.apache.org/xmlns/features/v1.4.0"> <features name="org.openhab.binding.lcn-${project.version}" xmlns="http://karaf.apache.org/xmlns/features/v1.4.0">
<repository>mvn:org.openhab.core.features.karaf/org.openhab.core.features.karaf.openhab-core/${ohc.version}/xml/features</repository> <repository>mvn:org.openhab.core.features.karaf/org.openhab.core.features.karaf.openhab-core/${ohc.version}/xml/features</repository>
<feature name="openhab-binding-lcn" description="Lcn Binding" version="${project.version}"> <feature name="openhab-binding-lcn" description="LCN Binding" version="${project.version}">
<feature>openhab-runtime-base</feature> <feature>openhab-runtime-base</feature>
<bundle start-level="80">mvn:org.openhab.addons.bundles/org.openhab.binding.lcn/${project.version}</bundle> <bundle start-level="80">mvn:org.openhab.addons.bundles/org.openhab.binding.lcn/${project.version}</bundle>
</feature> </feature>

View File

@ -42,7 +42,7 @@
<label>Connection Timeout</label> <label>Connection Timeout</label>
<description>Period after which an LCN command is resent, when no acknowledge has been received (in ms).</description> <description>Period after which an LCN command is resent, when no acknowledge has been received (in ms).</description>
<default>3500</default> <default>3500</default>
<required>true</required> <advanced>true</advanced>
</parameter> </parameter>
</config-description> </config-description>

View File

@ -79,7 +79,7 @@
<config-description-ref uri="thing-type:lcn:group"/> <config-description-ref uri="thing-type:lcn:group"/>
</thing-type> </thing-type>
<channel-type id="output" advanced="true"> <channel-type id="output">
<item-type>Dimmer</item-type> <item-type>Dimmer</item-type>
<label>Output</label> <label>Output</label>
<autoUpdatePolicy>veto</autoUpdatePolicy> <autoUpdatePolicy>veto</autoUpdatePolicy>
@ -112,7 +112,7 @@
</channels> </channels>
</channel-group-type> </channel-group-type>
<channel-type id="relay" advanced="true"> <channel-type id="relay">
<item-type>Switch</item-type> <item-type>Switch</item-type>
<label>Relay</label> <label>Relay</label>
<autoUpdatePolicy>veto</autoUpdatePolicy> <autoUpdatePolicy>veto</autoUpdatePolicy>
@ -148,7 +148,7 @@
</channels> </channels>
</channel-group-type> </channel-group-type>
<channel-type id="rollershutter" advanced="true"> <channel-type id="rollershutter">
<item-type>Rollershutter</item-type> <item-type>Rollershutter</item-type>
<label>Roller Shutter</label> <label>Roller Shutter</label>
<autoUpdatePolicy>veto</autoUpdatePolicy> <autoUpdatePolicy>veto</autoUpdatePolicy>
@ -189,7 +189,7 @@
</channels> </channels>
</channel-group-type> </channel-group-type>
<channel-type id="led" advanced="true"> <channel-type id="led">
<item-type>String</item-type> <item-type>String</item-type>
<label>LED</label> <label>LED</label>
<state> <state>
@ -244,7 +244,7 @@
</channels> </channels>
</channel-group-type> </channel-group-type>
<channel-type id="logic" advanced="true"> <channel-type id="logic">
<item-type>String</item-type> <item-type>String</item-type>
<label>Logic Operation</label> <label>Logic Operation</label>
<state readOnly="true"> <state readOnly="true">
@ -274,7 +274,7 @@
</channels> </channels>
</channel-group-type> </channel-group-type>
<channel-type id="binarysensor" advanced="true"> <channel-type id="binarysensor">
<item-type>Contact</item-type> <item-type>Contact</item-type>
<label>Binary Sensor</label> <label>Binary Sensor</label>
<autoUpdatePolicy>veto</autoUpdatePolicy> <autoUpdatePolicy>veto</autoUpdatePolicy>
@ -318,7 +318,7 @@
</channels> </channels>
</channel-group-type> </channel-group-type>
<channel-type id="variable" advanced="true"> <channel-type id="variable">
<item-type>Number</item-type> <item-type>Number</item-type>
<label>Variable</label> <label>Variable</label>
<config-description-ref uri="channel-type:lcn:variable"/> <config-description-ref uri="channel-type:lcn:variable"/>
@ -626,31 +626,31 @@
</channels> </channels>
</channel-group-type> </channel-group-type>
<channel-type id="transponders" advanced="true"> <channel-type id="transponders">
<kind>trigger</kind> <kind>trigger</kind>
<label>Transponder Codes</label> <label>Transponder Codes</label>
<event/> <event/>
</channel-type> </channel-type>
<channel-type id="fingerprints" advanced="true"> <channel-type id="fingerprints">
<kind>trigger</kind> <kind>trigger</kind>
<label>Fingerprint Codes</label> <label>Fingerprint Codes</label>
<event/> <event/>
</channel-type> </channel-type>
<channel-type id="remotecontrolkeys" advanced="true"> <channel-type id="remotecontrolkeys">
<kind>trigger</kind> <kind>trigger</kind>
<label>Remote Control Keys</label> <label>Remote Control Keys</label>
<event/> <event/>
</channel-type> </channel-type>
<channel-type id="remotecontrolcodes" advanced="true"> <channel-type id="remotecontrolcodes">
<kind>trigger</kind> <kind>trigger</kind>
<label>Remote Control with Access Control Code</label> <label>Remote Control with Access Control Code</label>
<event/> <event/>
</channel-type> </channel-type>
<channel-type id="remotecontrolsbatterylow" advanced="true"> <channel-type id="remotecontrolsbatterylow">
<kind>trigger</kind> <kind>trigger</kind>
<label>Remote Control Low Battery</label> <label>Remote Control Low Battery</label>
<event/> <event/>