-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
Hello,
I installed the library and start using it.
I don't succeed to run discovery like it is documented:
List devices = SonosDiscovery.discover();
My program runs infinitely at this line and never discover anything.
But when I access directly a Sonos device by its IP address, it works fine.
SonosDevice sonos = new SonosDevice("192.168.0.3");
It seems that the SonosDevice constructor is deprecated. Why is it deprecated?
If I set a fix IP address (via my router address reservation), I don't need the discovery and I can instantiate a device base on its IP address.
Is it a problem with the UPNP discovery?
Thanks,
Laurent
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels