GUI: Add beamline name to BeamlineStatus
Build and Publish / build (push) Successful in 23s

This commit is contained in:
2025-06-17 16:22:36 +02:00
parent dafda5adcb
commit 3c7ae33b80
2 changed files with 4 additions and 1 deletions
+1
View File
@@ -146,6 +146,7 @@ class AutofocusSettings(BaseModel):
z_steps: int
class BeamlineStatus(BaseModel):
name: str
ring_current_mA: float
light: Annotated[float, Field(ge=0.0, le=100.0)]
cryojet_K: float