Skip to content

Commit

Permalink
Prefer a closer medium station to a further-away high station
Browse files Browse the repository at this point in the history
  • Loading branch information
craigmaloney committed Jul 1, 2020
1 parent 33d5574 commit 34d1d38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion thermostat/stations.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@
# Sort order for rough_quality (returned by eeweather).
QUALITY_SORT = {'high': 0, 'medium': 1, 'low': 2}

MINIMUM_QUALITY = 'low'
METHOD = [
['high', 40000],
['medium', 40000],
['high', 100000],
['medium', 100000],
]
Expand Down

0 comments on commit 34d1d38

Please sign in to comment.