Skip to content

Commit

Permalink
Update next_water_boost_model.py
Browse files Browse the repository at this point in the history
  • Loading branch information
elden1337 authored Dec 6, 2023
1 parent 7929781 commit 4a1c2f8
Showing 1 changed file with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,23 +18,23 @@
HvacPresets.Normal: {
Demand.ErrorDemand: 0,
Demand.NoDemand: 0,
Demand.LowDemand: 26,
Demand.MediumDemand: 34,
Demand.HighDemand: 46
Demand.LowDemand: 20,
Demand.MediumDemand: 26,
Demand.HighDemand: 32
},
HvacPresets.Eco: {
Demand.ErrorDemand: 0,
Demand.NoDemand: 0,
Demand.LowDemand: 26,
Demand.MediumDemand: 34,
Demand.HighDemand: 46
Demand.LowDemand: 20,
Demand.MediumDemand: 24,
Demand.HighDemand: 28
},
HvacPresets.Away: {
Demand.ErrorDemand: 0,
Demand.NoDemand: 0,
Demand.LowDemand: 0,
Demand.MediumDemand: 26,
Demand.HighDemand: 26
Demand.MediumDemand: 20,
Demand.HighDemand: 20
}
}

Expand Down

0 comments on commit 4a1c2f8

Please sign in to comment.