getFavouriteStations()
getFavouriteStations() : array<mixed,\duncan3dc\Sonos\Tracks\Stream>
Get the favourite radio stations.
getFavouriteStations() : array<mixed,\duncan3dc\Sonos\Tracks\Stream>
Get the favourite radio stations.
getFavouriteStation(string $name) : \duncan3dc\Sonos\Tracks\Stream
Get the favourite radio station with the specified name.
If no case-sensitive match is found it will return a case-insensitive match.
string | $name | The name of the station |
getFavouriteShows() : array<mixed,\duncan3dc\Sonos\Tracks\Stream>
Get the favourite radio shows.
getFavouriteShow(string $name) : \duncan3dc\Sonos\Tracks\Stream
Get the favourite radio show with the specified name.
If no case-sensitive match is found it will return a case-insensitive match.
string | $name | The name of the show |