Replies: 2 comments 4 replies
-
If you're able to read Python, this particular test case has what you're looking for. Or this particular line in the library. In any case, the payload looks like:
Note that "\n" above is a newline character. So, to move your mouse pointer 3 steps to the right and 5 steps up, you would send a payload like: |
Beta Was this translation helpful? Give feedback.
-
I am also trying to use the commands to an iOS app. |
Beta Was this translation helpful? Give feedback.
-
Hi! I'm implementing WebOS control in my iOS app, and this library is very useful in order to figure this process out. Unfortunately some stuff I can't figure out cause I don't really know python.
I'm having difficulty sending "input control" commands (a.k.a "mouse commands").
I've managed to get the input socket path from the TV via the normal socket, but I'm not able to send any commands to the TV (like UP, DOWN, LEFT, RIGHT, etc.)
Any chance someone can give me an example of the String that's being sent to the mouse socket? (for example the "HOME" command) I'll try to figure it out from there.
Also, I would appreciate it if anyone could explain what's the difference between the normal TV socket and the mouse socket. Going through the code here it seems like they're not the same.
Thanks for the help!
Beta Was this translation helpful? Give feedback.
All reactions