Requesting data Registering as a listener Receiving data updates Exit application Keyboard keypress Keyboard text Media control Send notification Open path Open URL Power control

WebSocket - Media control

Actions and values can be found here

{
    "id": "abc123",
    "token": "abc123",
    "event": "MEDIA_CONTROL",
    "data": {
        "action": "PAUSE",
        "value": null
    }
}