[renault] Initial Contribution (#11467)

* #11465 Initial renault-api binding
Signed-off-by: Doug Culnane <doug@culnane.com>
This commit is contained in:
Doug Culnane
2021-12-05 09:33:32 +01:00
committed by GitHub
parent 9340213eb0
commit 3d2663cbf7
20 changed files with 1372 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<features name="org.openhab.binding.renault-${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-renault" description="Renault Binding" version="${project.version}">
<feature>openhab-runtime-base</feature>
<bundle start-level="80">mvn:org.openhab.addons.bundles/org.openhab.binding.renault/${project.version}</bundle>
</feature>
</features>