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
_______________________________________________
Squeezecenter mailing list
Squeezecenter@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/squeezecenter

Reply via email to