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 - Send notification

Avaliable items can be found here

{
  "id": "abc123",
  "token": "abc123",
  "event": "NOTIFICATION",
  "data": {
    "title": "Hello",
    "message": "World"
  }
}