Skip to content

Commit

Permalink
alter away preset tolerances
Browse files Browse the repository at this point in the history
  • Loading branch information
magnuselden authored and magnuselden committed Jan 3, 2024
1 parent f11a1c2 commit b29348b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ def get_tolerances(preset):
types = {
HvacPresets.Normal: (0.2, 0.5),
HvacPresets.Eco: (0.2, 0.2),
HvacPresets.Away: (0.5, 0.2),
HvacPresets.ExtendedAway: (0.7, 0),
HvacPresets.Away: (0.4, 0.1),
HvacPresets.ExtendedAway: (0.7, 0.1),
}
return types[preset]

Expand Down

0 comments on commit b29348b

Please sign in to comment.