mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-08 11:17:27 +00:00
added measure type for minor measures
This commit is contained in:
parent
e2d0f920b0
commit
2b992fc9f5
2 changed files with 2 additions and 0 deletions
|
|
@ -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,
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue