roberodin/ha-samsungtv-custom

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

Opened this issue · 0 comments

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?