Mapper reads new 'Total Trickle Vent Effective Area' label 🟩

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Daniel Roth 2026-06-30 12:57:26 +00:00
parent 54f045f4c6
commit 6cb9800608

View file

@ -100,7 +100,7 @@ def _map_window_ventilation(
num_openings=_try_get_int_value("Number of Openings (In Same Window)"),
pct_openable=_try_get_int_value("% of Window Openable"),
trickle_vent_area_mm2=_try_get_int_value(
"Trickle Vent Effective Area (mm2) (No Code Then Width x Height)"
"Total Trickle Vent Effective Area (mm2) (No Code Then Width x Height)"
),
num_trickle_vents=_try_get_int_value("No. of Trickle Vents"),
)