comparison py/params.py @ 467:fa79666fb375

add nowort mode
author Matt Johnston <matt@ucc.asn.au>
date Wed, 20 Feb 2013 21:08:42 +0800
parents f2cca8062128
children 78255c49bf9a
comparison
equal deleted inserted replaced
466:8cc78243af71 467:fa79666fb375
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