\duncan3dc\Sonos\Interfaces\ServicesRadioInterface

Summary

Methods
Constants
getFavouriteStations()
getFavouriteStation()
getFavouriteShows()
getFavouriteShow()
No constants found
No protected methods found
N/A
No private methods found
N/A

Methods

getFavouriteStations()

getFavouriteStations() : array<mixed,\duncan3dc\Sonos\Tracks\Stream>

Get the favourite radio stations.

Returns

array<mixed,\duncan3dc\Sonos\Tracks\Stream>

getFavouriteStation()

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.

Parameters

string $name

The name of the station

Returns

\duncan3dc\Sonos\Tracks\Stream

getFavouriteShows()

getFavouriteShows() : array<mixed,\duncan3dc\Sonos\Tracks\Stream>

Get the favourite radio shows.

Returns

array<mixed,\duncan3dc\Sonos\Tracks\Stream>

getFavouriteShow()

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.

Parameters

string $name

The name of the show

Returns

\duncan3dc\Sonos\Tracks\Stream