Skip to content

Commit

Permalink
Reenable ZigBee binding (#1158)
Browse files Browse the repository at this point in the history
Adds the feature using the feature build in the zigbee repo.

Fixes #1060

Signed-off-by: Wouter Born <[email protected]>
  • Loading branch information
wborn authored Oct 4, 2020
1 parent efd34b2 commit 48cc43d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 17 deletions.
7 changes: 7 additions & 0 deletions distributions/openhab-addons/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,13 @@
<classifier>features</classifier>
<type>xml</type>
</dependency>
<dependency>
<groupId>org.openhab.addons.features.karaf</groupId>
<artifactId>openhab-binding-zigbee</artifactId>
<version>${project.version}</version>
<classifier>features</classifier>
<type>xml</type>
</dependency>
<dependency>
<groupId>org.openhab.ui.features</groupId>
<artifactId>org.openhab.ui.features</artifactId>
Expand Down
17 changes: 0 additions & 17 deletions features/addons/src/main/feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,23 +3,6 @@

<!-- these are add-ons in separate repositories (which do not have their own Karaf feature defined), so we include them here -->

<!-- TODO: This is disabled until a working zigbee binding is available on the zigbee repo master branch
<feature name="openhab-binding-zigbee" description="ZigBee Binding" version="${project.version}">
<feature>openhab-runtime-base</feature>
<feature>openhab-transport-serial</feature>
<bundle start-level="80">mvn:com.zsmartsystems.zigbee/com.zsmartsystems.zigbee/1.2.3</bundle>
<bundle start-level="80">mvn:com.zsmartsystems.zigbee/com.zsmartsystems.zigbee.dongle.cc2531/1.2.3</bundle>
<bundle start-level="80">mvn:com.zsmartsystems.zigbee/com.zsmartsystems.zigbee.dongle.ember/1.2.3</bundle>
<bundle start-level="80">mvn:com.zsmartsystems.zigbee/com.zsmartsystems.zigbee.dongle.telegesis/1.2.3</bundle>
<bundle start-level="80">mvn:com.zsmartsystems.zigbee/com.zsmartsystems.zigbee.dongle.xbee/1.2.3</bundle>
<bundle start-level="80">mvn:org.openhab.addons.bundles/org.openhab.binding.zigbee/${project.version}</bundle>
<bundle start-level="80">mvn:org.openhab.addons.bundles/org.openhab.binding.zigbee.cc2531/${project.version}</bundle>
<bundle start-level="80">mvn:org.openhab.addons.bundles/org.openhab.binding.zigbee.ember/${project.version}</bundle>
<bundle start-level="80">mvn:org.openhab.addons.bundles/org.openhab.binding.zigbee.telegesis/${project.version}</bundle>
<bundle start-level="80">mvn:org.openhab.addons.bundles/org.openhab.binding.zigbee.xbee/${project.version}</bundle>
</feature>
-->

<feature name="openhab-binding-zwave" description="Z-Wave Binding" version="${project.version}">
<feature>openhab-runtime-base</feature>
<feature>openhab-transport-serial</feature>
Expand Down

0 comments on commit 48cc43d

Please sign in to comment.