added measure type for minor measures

This commit is contained in:
Khalim Conn-Kowlessar 2024-10-03 10:43:06 +01:00
parent e2d0f920b0
commit 2b992fc9f5
2 changed files with 2 additions and 0 deletions

View file

@ -41,6 +41,7 @@ class FireplaceRecommendations(Definitions):
"phase": phase,
"parts": [],
"type": "sealing_open_fireplace",
"measure_type": "sealing_open_fireplace",
"description": "Seal %s open fireplaces" % str(number_open_fireplaces),
"starting_u_value": None,
"new_u_value": None,

View file

@ -273,6 +273,7 @@ class WindowsRecommendations:
"phase": phase,
"parts": [],
"type": "mixed_glazing",
"measure_type": "mixed_glazing",
"description": description,
"starting_u_value": None,
"new_u_value": None,