Mercurial > templog
comparison py/params.py @ 168:bfc3213edee4
add nowort mode
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Wed, 20 Feb 2013 21:08:42 +0800 |
parents | 5d5424acfed0 |
children | 78255c49bf9a |
comparison
equal
deleted
inserted
replaced
167:aeeaee643711 | 168:bfc3213edee4 |
---|---|
13 'fridge_setpoint': 16, | 13 'fridge_setpoint': 16, |
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 } | 19 } |
19 | 20 |
20 class Params(dict): | 21 class Params(dict): |
21 class Error(Exception): | 22 class Error(Exception): |
22 pass | 23 pass |