retrieved event working
This commit is contained in:
@ -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
|
Reference in New Issue
Block a user