diff py/params.py @ 470:94d2bb7a3666

merge
author Matt Johnston <matt@ucc.asn.au>
date Thu, 25 Apr 2013 21:04:36 +0800
parents de4abcbe8f46
children 16a83e2c97a0
line wrap: on
line diff
--- a/py/params.py	Fri Mar 08 20:49:22 2013 +0800
+++ b/py/params.py	Thu Apr 25 21:04:36 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):