mirror of
https://github.com/openhab/openhab-addons.git
synced 2025-02-06 12:24:03 +01:00
9b7fb69e8d
* Staging work * Refactoring the binding for OH3 Adressing Issue #7610 Added new channels * spotless apply * Pleasing Travis * Code review and added disconnection logic. * Adressing code review comments Signed-off-by: clinique <gael@lhopital.org>
11 lines
630 B
XML
11 lines
630 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<features name="org.openhab.binding.linky-${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>
|
|
|
|
<feature name="openhab-binding-linky" description="Linky Binding" version="${project.version}">
|
|
<feature>openhab-runtime-base</feature>
|
|
<bundle dependency="true">mvn:org.jsoup/jsoup/1.8.3</bundle>
|
|
<bundle start-level="80">mvn:org.openhab.addons.bundles/org.openhab.binding.linky/${project.version}</bundle>
|
|
</feature>
|
|
</features>
|