mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-30 13:10:47 +00:00
21.0.1 mapper coalesces omitted cfl_fixed_lighting_bulbs_count to 0 🟩
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
d36fa2b5cd
commit
71269637ef
1 changed files with 1 additions and 1 deletions
|
|
@ -2189,7 +2189,7 @@ class EpcPropertyDataMapper:
|
||||||
mechanical_vent_duct_type=schema.mechanical_vent_duct_type,
|
mechanical_vent_duct_type=schema.mechanical_vent_duct_type,
|
||||||
# Lighting
|
# Lighting
|
||||||
led_fixed_lighting_bulbs_count=schema.led_fixed_lighting_bulbs_count,
|
led_fixed_lighting_bulbs_count=schema.led_fixed_lighting_bulbs_count,
|
||||||
cfl_fixed_lighting_bulbs_count=schema.cfl_fixed_lighting_bulbs_count,
|
cfl_fixed_lighting_bulbs_count=schema.cfl_fixed_lighting_bulbs_count or 0,
|
||||||
incandescent_fixed_lighting_bulbs_count=schema.incandescent_fixed_lighting_bulbs_count,
|
incandescent_fixed_lighting_bulbs_count=schema.incandescent_fixed_lighting_bulbs_count,
|
||||||
# Energy elements
|
# Energy elements
|
||||||
roofs=EpcPropertyDataMapper._map_energy_elements(schema.roofs),
|
roofs=EpcPropertyDataMapper._map_energy_elements(schema.roofs),
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue