mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-08 11:17:27 +00:00
added innovation rate to lighting
This commit is contained in:
parent
080fcdabb6
commit
d8c4ab1266
1 changed files with 2 additions and 1 deletions
|
|
@ -170,6 +170,7 @@ class LightingRecommendations:
|
|||
"low-energy-lighting": 100,
|
||||
},
|
||||
**cost_result,
|
||||
"survey": leds_recommendation_config.get("survey", False)
|
||||
"survey": leds_recommendation_config.get("survey", False),
|
||||
"innovation_rate": self.material["innovation_rate"],
|
||||
}
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue