Skip to content
This repository has been archived by the owner on May 17, 2021. It is now read-only.

Commit

Permalink
Merge pull request #3837 from cdjackson/zwave-startup_under_karaf
Browse files Browse the repository at this point in the history
Z-Wave: Added logging and set immediate="true" for activebinding
  • Loading branch information
kaikreuzer committed Jan 18, 2016
2 parents e8507af + 401f72a commit 9107165
Show file tree
Hide file tree
Showing 2 changed files with 61 additions and 52 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
http://www.eclipse.org/legal/epl-v10.html
-->
<scr:component xmlns:scr="http://www.osgi.org/xmlns/scr/v1.1.0" activate="activate" deactivate="deactivate" name="org.openhab.binding.zwave.activebinding">
<scr:component xmlns:scr="http://www.osgi.org/xmlns/scr/v1.1.0" immediate="true" activate="activate" deactivate="deactivate" name="org.openhab.binding.zwave.activebinding">
<implementation class="org.openhab.binding.zwave.internal.ZWaveActiveBinding"/>

<service>
Expand Down
Loading

0 comments on commit 9107165

Please sign in to comment.