retrieved return events working but bug with return to be fixed

This commit is contained in:
GotthardG
2024-11-26 17:41:01 +01:00
parent fc8bb8d200
commit fbb868e255
3 changed files with 142 additions and 62 deletions

View File

@ -288,7 +288,9 @@ class SlotSchema(BaseModel):
dewar_name: Optional[str]
time_until_refill: Optional[int]
at_beamline: Optional[bool]
retrieved: Optional[bool]
retrievedTimestamp: Optional[str]
beamlineLocation: Optional[str]
class Config:
from_attributes = True