SOAP/API commands

Sergey

Member
Joined
Nov 13, 2023
Messages
5
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.
 
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>
<allowedValue>REPEAT_ALL</allowedValue>
<allowedValue>SHUFFLE</allowedValue>
</allowedValueList>

Same for API:

1727955579673.png
 
Last edited:
Back
Top