mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-30 13:10:47 +00:00
Added missing controls to output
This commit is contained in:
parent
09bbeaecae
commit
9130ad55ff
1 changed files with 2 additions and 0 deletions
|
|
@ -281,3 +281,5 @@ class HeatingRecommender:
|
||||||
# We insert phase into the recommendations for heating controls
|
# We insert phase into the recommendations for heating controls
|
||||||
for recommendation in controls_recommender.recommendation:
|
for recommendation in controls_recommender.recommendation:
|
||||||
recommendation["phase"] = recommendation_phase
|
recommendation["phase"] = recommendation_phase
|
||||||
|
|
||||||
|
self.recommendations.extend(controls_recommender.recommendation)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue