This commit is contained in:
Chris Milne 2026-05-06 12:02:26 +01:00
commit cb3743dbe8
59 changed files with 21340 additions and 0 deletions

14
src/control/schemas.py Normal file
View file

@ -0,0 +1,14 @@
"""
Pydantic models for <this module>
Models:
- List: Description
- Models: Description
"""
from src.schemas import CustomBaseModel
from src.control.constants import TimerState
class ControlTimerPutResponse(CustomBaseModel):
state: TimerState