From 39087a4c97198c1c54cbcaee928c736a5d5fac6a Mon Sep 17 00:00:00 2001 From: MagicDev Date: Thu, 15 Jan 2026 19:39:01 +0530 Subject: [PATCH] feat: added missing websocket events --- docs/api/websocket.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/api/websocket.md b/docs/api/websocket.md index ec7fd01..1f3a929 100644 --- a/docs/api/websocket.md +++ b/docs/api/websocket.md @@ -495,6 +495,8 @@ All WebSocket messages use JSON format with the following structure: | `send command` | Client → Server | Send console command | | `set state` | Client → Server | Change server power state | | `console output` | Server → Client | Console output/logs | +| `install logs` | Server → Client | Sends the installation logs | +| `transfer logs` | Server → Client | Sends the transfer logs | | `status` | Server → Client | Server status updates | | `stats` | Server → Client | Resource usage statistics | | `jwt error` | Server → Client | Authentication error |