Skip to content

Commit

Permalink
[senseBox] Forgot to add binding to feature.xml (openhab#2371)
Browse files Browse the repository at this point in the history
Signed-off-by: Hakan Tandogan <[email protected]>
  • Loading branch information
hakan42 authored and Markinus committed Jul 2, 2017
1 parent f8036b9 commit 88e55e2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions features/openhab-addons/src/main/feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -269,6 +269,11 @@
<bundle start-level="80">mvn:org.openhab.binding/org.openhab.binding.samsungtv/${project.version}</bundle>
</feature>

<feature name="openhab-binding-sensebox" description="Sensebox Binding" version="${project.version}">
<feature>openhab-runtime-base</feature>
<bundle start-level="80">mvn:org.openhab.binding/org.openhab.binding.sensebox/${project.version}</bundle>
</feature>

<feature name="openhab-binding-silvercrestwifisocket" description="Silvercrest Wifi Plug Binding" version="${project.version}">
<feature>openhab-runtime-base</feature>
<bundle start-level="80">mvn:org.openhab.binding/org.openhab.binding.silvercrestwifisocket/${project.version}</bundle>
Expand Down

0 comments on commit 88e55e2

Please sign in to comment.