From 6035c90bcb1bf6513af3468be585b9462759caee Mon Sep 17 00:00:00 2001 From: Daniel Roth Date: Tue, 21 Apr 2026 15:12:57 +0000 Subject: [PATCH] =?UTF-8?q?map=20heating=20immersion=20type=20=F0=9F=9F=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- datatypes/epc/domain/mapper.py | 1 + 1 file changed, 1 insertion(+) diff --git a/datatypes/epc/domain/mapper.py b/datatypes/epc/domain/mapper.py index 0e5dc569..8b3603b0 100644 --- a/datatypes/epc/domain/mapper.py +++ b/datatypes/epc/domain/mapper.py @@ -1564,4 +1564,5 @@ def _map_sap_heating( shower_outlets=shower_outlets, cylinder_size=heating.water_heating.cylinder_size if heating.water_heating.cylinder_size != "No Cylinder" else None, cylinder_insulation_thickness_mm=heating.water_heating.insulation_thickness_mm, + immersion_heating_type=heating.water_heating.immersion_type, )