Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions docs/api/websocket.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand Down