mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-07-12 13:29:04 +00:00
Mapper reads 'Individual Trickle Vent' label variant 🟩
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
33061ba347
commit
78673e96f7
1 changed files with 1 additions and 0 deletions
|
|
@ -104,6 +104,7 @@ def _map_window_ventilation(
|
||||||
v
|
v
|
||||||
for label in [
|
for label in [
|
||||||
"Total Trickle Vent Effective Area (mm2) (No Code Then Width x Height)",
|
"Total Trickle Vent Effective Area (mm2) (No Code Then Width x Height)",
|
||||||
|
"Individual Trickle Vent Effective Area (mm2) (No Code Then Width x Height)",
|
||||||
"Trickle Vent Effective Area (mm2) (No Code Then Width x Height)",
|
"Trickle Vent Effective Area (mm2) (No Code Then Width x Height)",
|
||||||
]
|
]
|
||||||
if (v := _try_get_int_value(label)) is not None
|
if (v := _try_get_int_value(label)) is not None
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue