Merge pull request #24 from Hestia-Homes/feature/sharepoint_integration

make stuff optional
This commit is contained in:
Jun-te Kim 2025-03-19 17:20:37 +00:00 committed by GitHub
commit c98eec9844
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -61,7 +61,7 @@ class Roofs(BaseModel):
class Floors(BaseModel):
floor_type: str
ground_floor_construction: str
ground_floor_insulation_type: str
ground_floor_insulation_type: Optional[str] = ""
floor_insulation_thickness_mm: Optional[float] = -1
u_value_known: bool