Advertisement
renix1

Endpoints LG webOS

Feb 19th, 2021
196
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.16 KB | None | 0 0
  1. Services available:
  2. EP_GET_SERVICES = "api/getServiceList"
  3.  
  4. Audio:
  5. "audio/setMute"
  6. "audio/getStatus"
  7. "audio/getVolume"
  8. "audio/setVolume"
  9. "audio/volumeUp"
  10. audio/volumeDown"
  11.  
  12. App Manager
  13. "com.webos.applicationManager/getForegroundAppInfo"
  14. "com.webos.applicationManager/launch"
  15. "com.webos.applicationManager/listLaunchPoints"
  16.  
  17. Service
  18. "com.webos.service.appstatus/getAppStatus"
  19. "com.webos.service.ime/sendEnterKey"
  20. "com.webos.service.ime/deleteCharacters"
  21.  
  22. 3D
  23. "com.webos.service.tv.display/set3DOn"
  24. "com.webos.service.tv.display/set3DOff"
  25.  
  26. Get SW Info
  27. "com.webos.service.update/getCurrentSWInformation"
  28.  
  29. Media
  30. "media.controls/play"
  31. "media.controls/stop"
  32. "media.controls/pause"
  33. "media.controls/rewind"
  34. "media.controls/fastForward"
  35. "media.viewer/close"
  36.  
  37. System
  38. "system/turnOff"
  39. "system/turnOn"
  40. "system.notifications/createToast"
  41. "system.launcher/close"
  42. "system.launcher/getAppState"
  43. "system.launcher/launch"
  44. "system.launcher/open"
  45.  
  46. Channel
  47. "tv/channelDown"
  48. "tv/channelUp"
  49. "tv/getChannelList"
  50. "tv/getChannelProgramInfo"
  51. "tv/getCurrentChannel"
  52.  
  53. Input
  54. "tv/getExternalInputList"
  55. "tv/openChannel"
  56. "tv/switchInput"
  57.  
  58. WebApp
  59. "webapp/closeWebApp"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement