comparison py/params.py @ 469:de4abcbe8f46

make fridge air range a parameter
author Matt Johnston <matt@ucc.asn.au>
date Thu, 25 Apr 2013 21:03:53 +0800
parents fa79666fb375
children 16a83e2c97a0
comparison
equal deleted inserted replaced
467:fa79666fb375 469:de4abcbe8f46
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