diff 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
line wrap: on
line diff
--- a/py/params.py	Wed Feb 20 21:08:42 2013 +0800
+++ b/py/params.py	Thu Apr 25 21:03:53 2013 +0800
@@ -16,6 +16,8 @@
     'overshoot_factor': 1, # ÂșC
     'disabled': False,
     'nowort': False,
+    'fridge_range_lower': 3,
+    'fridge_range_upper': 3,
     }
 
 class Params(dict):