Added UDP control functionality to TaskTimer, allowing timer commands via UDP. Updated README to include new timer commands: START, PAUSE, RESUME, and RESET.

This commit is contained in:
tom.hempel
2025-10-21 18:17:41 +02:00
parent ae12616a5f
commit 8274e78d1b
2 changed files with 156 additions and 1 deletions

View File

@ -85,6 +85,13 @@ switch_scene("VR-Task1")
- `AR-Task1`, `AR-Task2`, `AR-Task3`, `AR-Task4`
- `Lobby`
**Timer Commands:**
- TIMER:START - Start the timer
- TIMER:PAUSE - Pause the timer
- TIMER:RESUME - Resume the timer
- TIMER:RESET - Reset the timer to initial duration
---
### Chat Application (`Chat-App/`)