Skip to content

Commit

Permalink
fixed issue #40
Browse files Browse the repository at this point in the history
Signed-off-by: Kai Kreuzer <kai@openhab.org> (github: @kaikreuzer)
  • Loading branch information
kaikreuzer committed Nov 14, 2014
1 parent 072e53b commit a0a0eca
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<scr:component xmlns:scr="http://www.osgi.org/xmlns/scr/v1.1.0" configuration-policy="optional" immediate="true" name="org.openhab.binding.sonos">

<implementation class="org.openhab.binding.sonos.internal.SonosHandlerFactory"/>
<reference bind="setUpnpIOService" cardinality="1..1" interface="org.openhab.io.transport.upnp.UpnpIOService" name="UpnpIOService" policy="static" unbind="unsetUpnpIOService"/>
<reference bind="setUpnpIOService" cardinality="1..1" interface="org.eclipse.smarthome.io.transport.upnp.UpnpIOService" name="UpnpIOService" policy="static" unbind="unsetUpnpIOService"/>
<reference bind="setDiscoveryServiceRegistry" cardinality="1..1" interface="org.eclipse.smarthome.config.discovery.DiscoveryServiceRegistry" name="DiscoveryServiceRegistry" policy="static" unbind="unsetDiscoveryServiceRegistry"/>

<service>
Expand Down

0 comments on commit a0a0eca

Please sign in to comment.