Is anybody aware of service endpoint in the webOS API to queue/trigger commands for the universal control feature? I am trying to use the remote of my TV turn turn on our old AV Receiver.
While it is possible to automate this via button presses, this is very unreliable due to timing issues and dynamic menus.
From what I was able to gather to this point the endpoint seems to be
com.webos.service.mrcu/ir/pushIrCodes
Taken from:
README.md
This is just a dump of some interesting undocumented features of webOS (3.8 specifically, on early 2018 4k LG TV) and other development-related tips.
Homebrew app ideas
------------------
* OpenVPN frontend (OpenVPN itself is easily buildable and runs on webOS TVs: https://discord.com/channels/407937994037919756/835489130967859251/906943542457401395)
* App autostart manager - dynamically update arbitrary app config and register it as input (see [Registering an app as an input](#registering-an-app-as-an-input-can-be-used-to-autostart-an-app))
* [webos-vncserver](https://github.com/Informatic/webos-vncserver/tree/gm) frontend with autostart option
* Package hyperiond into [Piccap](https://github.com/TBSniller/piccap) directly
* Quick Screenshot (expose HTTP port that just returns PNG of current screen contents)
* Custom IR remote codes [editor/updater/blaster](https://gist.github.com/Informatic/1983f2e501444cf1cbd182e50820d6c1#magic-remote-ir-blaster)
This file has been truncated. show original
I wasn’t yet able to send a successful request to that endpoint.