This commit is contained in:
2026-05-22 08:13:06 +02:00
parent 3199f201a9
commit 01e72931d1
3 changed files with 69 additions and 5 deletions
+2
View File
@@ -21,3 +21,5 @@ docker build -t client .
- `TOKEN` is required and is sent as `Authorization: Bearer <token>`
- `BASE_URL` is optional and defaults to `ws://127.0.0.1:8000`
- `DEVICE_ID` is optional and defaults to `device`
- `PING_INTERVAL_SECS` is optional and defaults to `30`
- `PING_TIMEOUT_SECS` is optional and defaults to `10`