retrieved event working

This commit is contained in:
GotthardG
2024-11-22 22:04:44 +01:00
parent c7e6c0390e
commit fc8bb8d200
6 changed files with 155 additions and 112 deletions

View File

@ -286,7 +286,9 @@ class SlotSchema(BaseModel):
needs_refill: bool
dewar_unique_id: Optional[str]
dewar_name: Optional[str]
time_until_refill: Optional[int] # Ensure this field is defined
time_until_refill: Optional[int]
at_beamline: Optional[bool]
retrievedTimestamp: Optional[str]
class Config:
from_attributes = True