added floors and leds measure types

This commit is contained in:
Khalim Conn-Kowlessar 2024-10-03 10:41:42 +01:00
parent 0c2463efe0
commit b3b2021a1b
2 changed files with 2 additions and 0 deletions

View file

@ -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,

View file

@ -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,