Specifications
Table Of Contents

19 - Add station to HEOS
Favorites
Following command is used on now-playing-screen to add currently playing station to
HEOS Favorites
heos://browse/set_service_option?option=19&pid=-409995282
Following command is used on browse screen to add a station to HEOS Favorites
heos://browse/set_service_option?sid=3&option=19&mid=sas.6513639&name=Folk
Radio
pid - player
id obtained
through
'get_players'
command
mid - station
id obtained
through
'browse'
command
name -
station name
obtained
through
'browse'
command
20 - Remove from HEOS
Favorites
heos://browse/set_service_option?option=20&mid=sas.6513639 mid - station
id obtained
through
'browse
source'
command on
Favorites
Note: Option 13 (Create New Station) supports optional range queries.
Response:
{
"heos": {
"command": " browse/set_service_option",
"result": "success",
"message": "sid=source_id&option=option_id&mid=media_id"
}
}
Example: heos://browse/set_service_option?sid=2&option=1&mid=Tra.174684187
5. Change Events (Unsolicited Responses)
5.1 Sources Changed
Response:
{
"heos": {
"command": "event/sources_changed",
}
}
5.2 Players Changed
Response:
{
"heos": {
"command": "event/players_changed",
}
}
5.3 Group Changed
Response: