mherger wrote: > > curl -X GET > "http://192.168.1.10:9000/status.html?player=00:12:34:56:78:90&p0=button&p1=play"' > > I'd recommend using json/rpc rather than the legacy status.html: > > curl -X POST -d > '{"id":0,"params":["00:12:34:56:78:90",["button","play"]],"method":"slim.request"}' > > http://localhost:9000/jsonrpc.js > > > -- > > Michael Hi all (happy new year, BTW), How can I found the other commands ? I 'm looking for pause I tried : curl -X POST -d '{"id":0,"params":["68:5d:43:ea:28:60",["button","pause"]],"method":"slim.request"}' http://localhost:9000/jsonrpc.js
but it doesn't work. Thanks ! LMS 7.9.0 on Linux Mageia 5 and RPI 3 1 SB3, 2 radio, 1 touch, 1 transporter SE Plugins : Trackstat, Smartmix, MusicIP, ... ------------------------------------------------------------------------ Antoniop's Profile: http://forums.slimdevices.com/member.php?userid=39292 View this thread: http://forums.slimdevices.com/showthread.php?t=108863 _______________________________________________ Squeezecenter mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/squeezecenter
