mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-08 11:17:27 +00:00
added mainfuel to outputs
This commit is contained in:
parent
4c99a9308b
commit
6653ae9fbb
2 changed files with 2 additions and 0 deletions
|
|
@ -26,6 +26,7 @@ class Property(BaseUtility):
|
|||
roof = None
|
||||
walls = None
|
||||
windows = None
|
||||
lighting = None
|
||||
|
||||
coordinates = None
|
||||
|
||||
|
|
|
|||
|
|
@ -258,6 +258,7 @@ async def trigger_plan(body: PlanTriggerRequest):
|
|||
"hot_water_rating": rating_lookup[p.data["hot-water-energy-eff"]],
|
||||
"lighting": p.lighting["cleaned_description"],
|
||||
"lighting_rating": rating_lookup[p.data["lighting-energy-eff"]],
|
||||
"mainfuel": p.main_fuel["cleaned_description"],
|
||||
"ventilation": p.ventilation["ventilation"],
|
||||
"solar_pv": p.solar_pv["solar_pv"],
|
||||
"solar_hot_water": p.solar_hot_water["solar_hot_water"],
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue