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 falkena committed Jun 29, 2017
1 parent 901e5a2 commit 68e98ab
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 @@ -275,6 +275,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 68e98ab

Please sign in to comment.