roberodin / ha-samsungtv-custom

📺 HomeAssistant - SamsungTV Custom Component
Apache License 2.0
123 stars 176 forks source link

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

Open nandishyb opened 3 years ago

nandishyb commented 3 years ago

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?