INTERACT FORUM
Networks and Remotes => Media Network => Topic started by: Mastiff on March 17, 2025, 03:30:22 pm
-
I have never needed to do this before, but I want to toggle through subtitles with a remot control in the home theater, and I know that the MCCC command is 10052, but I don't know how I pass -1 to toggle forward and -2 to toggle backward. When using this:
http://192.168.2.102:16008/MCWS/v1/Control/MCC?Command=10052
I get a list of the subtitles, but pressing repedeatly does of course nothing. Can somebody please enlighten me?
-
Look at the examples in the documentation.
http://localhost:52199/MCWS/v1/
Here's one call with a parameter:
http://localhost:52199/MCWS/v1/Control/MCC?Command=10005&Parameter=2
-
Thank you, Matt! Sorry that I didn't see that...