play certain queue number with sockIO

Hello,
Is it possible to play a certain queue number via socketIO.
I just found it to work with rest_API: volumio.local/api/v1/commands/?cmd=play&N=2
please help
thanks a lot

paul

can anybody help me?
is it possible to use socketIO.emit('play',{"position":'4"}
od something?

thanks

just figured it out:

socketIO.emit('play',{"value":'5'})