$cache
$cache : \Psr\SimpleCache\CacheInterface
__construct(\Psr\SimpleCache\CacheInterface $cache = null, \Psr\Log\LoggerInterface $logger = null)
Create a new instance.
\Psr\SimpleCache\CacheInterface | $cache | The cache object to use for finding Sonos devices on the network |
\Psr\Log\LoggerInterface | $logger | A logging object |
create(string $ip) : \duncan3dc\Sonos\Interfaces\Devices\DeviceInterface
Create a new device.
string | $ip | The IP address of the device |