$ip
$ip : string
Make http requests to a Sonos device.
__construct(string $ip, \Psr\SimpleCache\CacheInterface $cache = null, \Psr\Log\LoggerInterface $logger = null)
Create an instance of the Device class.
string | $ip | The ip address that the device is listening on |
\Psr\SimpleCache\CacheInterface | $cache | The cache object to use for finding Sonos devices on the network |
\Psr\Log\LoggerInterface | $logger | A logging object |