mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-08 11:17:27 +00:00
map elmhurst window transmission details to epc property data class 🟩
This commit is contained in:
parent
9571ed608c
commit
268576e345
1 changed files with 6 additions and 0 deletions
|
|
@ -1751,6 +1751,12 @@ def _map_elmhurst_window(w: ElmhurstWindow) -> SapWindow:
|
|||
window_location=w.building_part,
|
||||
window_wall_type=w.location,
|
||||
permanent_shutters_present=w.permanent_shutters,
|
||||
frame_factor=w.frame_factor,
|
||||
window_transmission_details=WindowTransmissionDetails(
|
||||
u_value=w.u_value,
|
||||
solar_transmittance=w.g_value,
|
||||
data_source=w.data_source,
|
||||
),
|
||||
)
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue