Skip to content

Commit

Permalink
[sonos] Fix warnings (openhab#15708)
Browse files Browse the repository at this point in the history
* Fix warnings
* Fix discovery error logging for offline devices

Fixes openhab#6793

Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
  • Loading branch information
jlaur authored and psmedley committed Jun 16, 2024
1 parent 836b8d9 commit 4e3cdba
Show file tree
Hide file tree
Showing 6 changed files with 149 additions and 126 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
import org.openhab.binding.sonos.internal.handler.ZonePlayerHandler;
import org.openhab.core.audio.AudioFormat;
import org.openhab.core.audio.AudioHTTPServer;
import org.openhab.core.audio.AudioSink;
import org.openhab.core.audio.AudioSinkSync;
import org.openhab.core.audio.AudioStream;
import org.openhab.core.audio.FileAudioStream;
Expand All @@ -39,7 +38,7 @@
import org.slf4j.LoggerFactory;

/**
* This makes a Sonos speaker to serve as an {@link AudioSink}-
* This makes a Sonos speaker to serve as an {@link org.openhab.core.audio.AudioSink}-
*
* @author Kai Kreuzer - Initial contribution and API
* @author Christoph Weitkamp - Added getSupportedStreams() and UnsupportedAudioStreamException
Expand Down
Loading

0 comments on commit 4e3cdba

Please sign in to comment.