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 - Requesting Data

To request data, send a message to the WebSocket with the GET_DATA event with each module to receive data from.

{
  "id": "abc123",
  "token": "abc123",
  "event": "GET_DATA",
  "data": { "modules": ["disk"] }
}