Recent content by Sergey

  1. S

    SOAP/API commands

    Answer for Loop mode was found in PlayQueueSCPD.xml Action name is SetQueueLoopMode.
  2. S

    SOAP/API commands

    Yeah, thanks! Unfortunately https://192.168.xxx.xxx/httpapi.asp?command=setPlayerCmd:loopmode:5 did not work, while all others 0-4 works well. SCPD that I have grabbed from the device got's only: <allowedValueList> <allowedValue>NORMAL</allowedValue> <allowedValue>REPEAT_ONE</allowedValue>...
  3. S

    SOAP/API commands

    Looking for following API commands: - Bluetooth pair; - Loop mode N5 (SHUFFLE: enabled REPEAT: enabled - loop once). This one works well for Android/IOS App but missed in SCPD; - Output select. Need this for my Crestron driver.
  4. S

    Recall Presets using the Wiim API

    To those, who can be interested, correct syntax is below: curl -X POST http://192.168.115.12:49152/upnp/control/rendertransport1 –H "SOAPACTION: \"urn:schemas-upnp-org:service:AVTransport:1#GetInfoEx\"" -H "Content-Type: text/xml;charset=\"utf-8\"" –d "<?xml version=\"1.0\"...
  5. S

    Recall Presets using the Wiim API

    Thank you for clue but after dozen of tries I am failed to understand how to construct the SOAP request. Here is my request and device answer on it: curl -s -X POST "http://192.168.0.15:49152/upnp/control/rendertransport1" -H "SOAPACTION: "urn:schemas-upnp-org:service:AVTransport:1#GetInfoEx""...
  6. S

    WiiM HTTP API - misc items

    Hi! I, will appreciate for help with request construction of playlist play command. "https: //10.10.10.254/httpapi.asp?command=setPlayerCmd: playlist:url:<index>" Cant get actually how to construct url for playlist. Section 1.3 reffered in API is missed, and I stuck. All other commands works...
Back
Top