feat: add optional custom starttime and duplicate name check to /stopwatch
All checks were successful
Auto Build and Push Docker Image / build (push) Successful in 6s

This commit is contained in:
sarah
2026-08-03 18:59:00 +02:00
parent f84539d5ab
commit f7b3347d66
2 changed files with 113 additions and 16 deletions

View File

@@ -90,7 +90,7 @@ npm run deploy
- `/timer help` Timer-Hilfe
### Stoppuhr (Hochzählender Timer)
- `/stopwatch start <name>` Startet eine neue Stoppuhr mit Namen
- `/stopwatch start <name> [startzeit]` Startet eine neue Stoppuhr mit Namen (optional mit vergangener Startzeit z.B. `14:30`, `2h`)
- `/stopwatch status [name]` Abgelaufene Zeit abfragen
- `/stopwatch stop <name>` Stoppuhr beenden & Laufzeit ausgeben
- `/stopwatch list` Aktive Stoppuhren auflisten