I’ve been successful using the PyWebOSTV package to effect mouse pointer movements on my LG TV.
I would like to do the same using the webostv.command service with command: “com.webos.service.networkinput/getPointerInputSocket”. Based on code in pywebostv and in LGWebOSRemote, I would think that the payload should be a string something like “type:move\ndx:11\ndy:-8\ndown:0\n\n”. However, that results in an error indicating the payload must be a dict in the format of a key value pair. So, what should the key be?
For launching a browser the key would be “target”, but not in this case.
Maybe the webostv component should be willing to accept a string in this case?