diff py/params.py @ 162:d73077e8cd67

Add daemon mode with locking, add "disabled" parameter
author Matt Johnston <matt@ucc.asn.au>
date Fri, 11 Jan 2013 23:41:56 +0800
parents 256505f98c4d
children 5d5424acfed0
line wrap: on
line diff
--- a/py/params.py	Thu Jan 10 19:46:32 2013 +0800
+++ b/py/params.py	Fri Jan 11 23:41:56 2013 +0800
@@ -14,6 +14,7 @@
     'fridge_difference': 0.2,
     'overshoot_delay': 720, # 12 minutes
     'overshoot_factor': 1, # ÂșC
+    'disabled': False,
     }
 
 class Params(dict):