Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(Remote_Encrypted) Where can we find the RemoteControl plugin apis syntax details? #76

Open
nandishyb opened this issue Sep 2, 2021 · 0 comments

Comments

@nandishyb
Copy link

I see that to send the remote key below is used:
method="POST",
body=dict(
plugin="RemoteControl",
param1="uuid:12345",
param2="Click",
param3=command,
param4=False,
api="SendRemoteKey",
version="1.000"
)

Similarly, I want to know how to how send mouse movement update
Below is example for latest TVs by I needed similar api for 2014 and 2015 tvs {"method":"ms.remote.control","params":{"Cmd":"Move","Position":{"x":0,"y":0,"Time":" + ts() + `"},"TypeOfRemote":"ProcessMouseDevice"}}

Where can we find the RemoteControl plugin apis syntax details?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant