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": [
"system"
]
}
}
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": [
"system"
]
}
}