Sample code

Hi,

Could you provide me actions and parameters for the luup.call_action ?

I can play music, say text, but how to stop/pause music, change volume, … ?

Thanks !

Install AltUI (you won’t regret it) and then using AltUI, go to the DLNA device and look at its Actions Tab. Then sit back and have a stiff drink.

You can use these commands:

luup.call_action(“urn:micasaverde-com:serviceId:MediaNavigation1”, “Pause”, {}, ID)
luup.call_action(“urn:micasaverde-com:serviceId:MediaNavigation1”, “Stop”, {}, ID)