ct.setsonos (device_id, command [, option_setting])
Voert een Sonos-commando uit.
Parameter:
Voorbeeld:
Producthandboek 2CKA002273B5273
device_id:
Kan worden ingesteld op "global" voor globale commando's, of om
specifieke identificatoren voor Sonos-apparaten (format:
RINCON_949F3EC192E401400) beschikbaar te stellen.
command:
Als device_id is ingesteld op "global", kunnen de volgende
commando's worden gebruikt:
"creategroup": heeft option_setting nodig voor "groupid" (nummer)
"muteall"
"unmuteall"
"pauseall"
"playall"
Wanneer device_id van een Sonos-apparaat is ingesteld, kunnen
de volgende commando's worden gebruikt:
"groupvolume": heeft option_setting nodig voor volume (nummer)
"groupmute"
"volume" : heeft option_setting nodig voor volume (nummer)
"mute"
"unmute"
"play"
"pause"
"seek": heeft option_setting nodig voor position (nummer)
"next"
"previous"
"selectplaylist" : heeft option_setting nodig voor name of playlist
(string)
"selectfavorite" : heeft option_setting nodig voor name of favorite
(string)
"selectnextfavorite"
"selectlinein"
"selectHDMI"
"playaudioclip": heeft twee keer option_settings nodig, één voor
type of audio clip (enum) en een keer voor clip number (number).
Soorten audioclips zijn
0: Sonos-standaard
1: ct-standaard
2: gebruikersgedefinieerd
optional_setting : depending on the command used (see
command parameters above)
ct.setsonos("global", "creategroup", 3)
ct.setsonos("global", "groupmute")
ct.setsonos("RINCON_949F3EC192E401400", "selectfavorite", "Radio 4")
ct.setsonos("RINCON_949F3EC192E401400", "playaudioclip", 2, 4)
Inbedrijfname
│94