mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-08 11:17:27 +00:00
added floors and leds measure types
This commit is contained in:
parent
0c2463efe0
commit
b3b2021a1b
2 changed files with 2 additions and 0 deletions
|
|
@ -241,6 +241,7 @@ class FloorRecommendations(Definitions):
|
|||
),
|
||||
],
|
||||
"type": material["type"],
|
||||
"measure_type": material["type"], # This is distinct between suspended and solid floor
|
||||
"description": self._make_floor_description(material),
|
||||
"starting_u_value": u_value,
|
||||
"new_u_value": new_u_value,
|
||||
|
|
|
|||
|
|
@ -152,6 +152,7 @@ class LightingRecommendations:
|
|||
"phase": phase,
|
||||
"parts": [],
|
||||
"type": "low_energy_lighting",
|
||||
"measure_type": "low_energy_lighting",
|
||||
"description": description,
|
||||
"starting_u_value": None,
|
||||
"new_u_value": None,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue