$id
$id : string
Represents an individual Sonos speaker.
$api : \duncan3dc\Sonos\Cloud\Interfaces\ClientInterface
__construct(string $id, string $room, \duncan3dc\Sonos\Cloud\Interfaces\ClientInterface $api)
Create an instance of the Speaker class.
string | $id | The ID of the speaker |
string | $room | The room name the speaker is in |
\duncan3dc\Sonos\Cloud\Interfaces\ClientInterface | $api |