updated custom_timer; added kv for timer_screen.py, play sound for timer, json reading

This commit is contained in:
Arduinum628
2025-03-27 11:32:54 +03:00
parent dffb4f730b
commit 4e4a6530c2
11 changed files with 171 additions and 112 deletions

6
json/errors.json Normal file
View File

@@ -0,0 +1,6 @@
{
"no_time": "Не указано время таймера!",
"negative_time": "Время таймера не может быть отрицательным!",
"ss_mm_big": "Секунды и минуты не могут быть больше 59!",
"hh_big": "Часы не могут быть больше 23!"
}

5
json/timer.json Normal file
View File

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