From 40a079e46419aa151423d28230c16a3f6baa330b Mon Sep 17 00:00:00 2001 From: Daniel Roth Date: Wed, 24 Jun 2026 13:19:10 +0000 Subject: [PATCH] =?UTF-8?q?21.0.1=20mapper=20coalesces=20omitted=20led=5Ff?= =?UTF-8?q?ixed=5Flighting=5Fbulbs=5Fcount=20to=200=20=F0=9F=9F=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Sonnet 4.6 --- datatypes/epc/domain/mapper.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/datatypes/epc/domain/mapper.py b/datatypes/epc/domain/mapper.py index 4379f8b3..26704922 100644 --- a/datatypes/epc/domain/mapper.py +++ b/datatypes/epc/domain/mapper.py @@ -2188,7 +2188,7 @@ class EpcPropertyDataMapper: ), mechanical_vent_duct_type=schema.mechanical_vent_duct_type, # Lighting - led_fixed_lighting_bulbs_count=schema.led_fixed_lighting_bulbs_count, + led_fixed_lighting_bulbs_count=schema.led_fixed_lighting_bulbs_count or 0, cfl_fixed_lighting_bulbs_count=schema.cfl_fixed_lighting_bulbs_count or 0, incandescent_fixed_lighting_bulbs_count=schema.incandescent_fixed_lighting_bulbs_count, # Energy elements