You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: