DAQ: added experiment hutch shutter to daq status model in models.py

This commit is contained in:
2025-11-18 13:33:43 +01:00
parent 6f53847492
commit e587f87c91
+1
View File
@@ -691,6 +691,7 @@ class BeamlineStatus(BaseModel):
light: Annotated[float, Field(ge=0.0, le=100.0)]
cryojet_K: float
shutter_open: bool
exp_shutter_open: bool | None
flux_ph_s: float
sample_camera: SampleCameraSettings
transmission: Annotated[float, Field(ge=0.0, le=1.0)] | None