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!