87
1
SW
PLAYER NEXT
{"jsonrpc":"2.0","method":"Player.Next"}
PLAYER PREVIOUS
{"jsonrpc":"2.0","method":"Player.Prev"}
INCREMENT VOLUME
Increment volume just one dB
{"jsonrpc":"2.0","method":"Player.Volume","Action":"inc"}
DECREMENT VOLUME
Decrement volume just one dB
{"jsonrpc":"2.0","method":"Player.Volume","Action":"dec"}
SET VOLUME
Param volume is expressed in %. To set volume to 50% use next command.
{"jsonrpc":"2.0","method":"Player.Volume","Volume":50}
•
OPEN PLAYLIST URL
Url param must be any valid device url.
{"jsonrpc":"2.0","method":"Player.Open","Url":"http://50.7.181.186:8060"}
OPEN PRESET INDEX 10
Preset param must be a valid preset index 1 to 20
{"jsonrpc":"2.0","method":"Player.Open","Preset":10}
OPEN SOURCE INDEX 4 AIRPLAY (FROM AVAILABLE SOURCES LIST)
Source must be a valid player source index. Please
check “Get of list available sources” to
know all valid sources.
{"jsonrpc":"2.0","method":"Player.Open","Source":4}
GET LIST OF AVAIABLE SOURCES
This command returns the list of available sources.
{"jsonrpc":"2.0","method":"Source.GetList"}
{"SourceList":["","MMC","USB UNAVAILABLE","DLNA","AIRPLAY","ROCK
80s","DISCO
80s"]}