feat: added CRUD operations for timers, created decorator for error handling, added schema ; refactor: updated functions and ; test: moved tests from to , written tests for CRUD operations on timers and database.

This commit is contained in:
Arduinum628
2025-05-28 22:09:41 +03:00
parent 310f7c2680
commit 50e76d4726
11 changed files with 262 additions and 65 deletions

View File

@@ -0,0 +1,5 @@
{
"sound_timer": "alarm-beep.mp3",
"zero_time": "00:00:00",
"custom_time": "00:00:12"
}