getPlayers()
getPlayers() : \duncan3dc\Sonos\Cloud\Interfaces\iterable|array<mixed,\duncan3dc\Sonos\Cloud\Interfaces\PlayerInterface>
Get all the speakers on the network.
Provides methods to locate players/groups on the household.
getPlayers() : \duncan3dc\Sonos\Cloud\Interfaces\iterable|array<mixed,\duncan3dc\Sonos\Cloud\Interfaces\PlayerInterface>
Get all the speakers on the network.
getPlayersByRoom(string $room) : \duncan3dc\Sonos\Cloud\Interfaces\iterable|array<mixed,\duncan3dc\Sonos\Cloud\Interfaces\PlayerInterface>
Get all the speakers with the specified room name.
string | $room | The name of the room to look for |
getPlayerByRoom(string $room) : \duncan3dc\Sonos\Cloud\Interfaces\PlayerInterface
Get a speaker with the specified room name.
string | $room | The name of the room to look for |