Mercurial > templog
comparison py/params.py @ 170:78255c49bf9a
make fridge air range a parameter
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Thu, 25 Apr 2013 21:03:53 +0800 |
parents | bfc3213edee4 |
children | 16a83e2c97a0 |
comparison
equal
deleted
inserted
replaced
168:bfc3213edee4 | 170:78255c49bf9a |
---|---|
14 'fridge_difference': 0.2, | 14 'fridge_difference': 0.2, |
15 'overshoot_delay': 720, # 12 minutes | 15 'overshoot_delay': 720, # 12 minutes |
16 'overshoot_factor': 1, # ºC | 16 'overshoot_factor': 1, # ºC |
17 'disabled': False, | 17 'disabled': False, |
18 'nowort': False, | 18 'nowort': False, |
19 'fridge_range_lower': 3, | |
20 'fridge_range_upper': 3, | |
19 } | 21 } |
20 | 22 |
21 class Params(dict): | 23 class Params(dict): |
22 class Error(Exception): | 24 class Error(Exception): |
23 pass | 25 pass |