Mercurial > templog
view py/config.py @ 448:fe729664a5e6
working better. logging works properly, cleanup fridge.off() happens.
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Sun, 16 Dec 2012 22:14:46 +0800 |
parents | 8fdf86ea41e7 |
children | e114b38c8a55 |
line wrap: on
line source
FRIDGE_SLEEP = 10 SENSOR_SLEEP = 15 UPLOAD_SLEEP = 300 FRIDGE_DELAY = 3 # 10 mins FRIDGE_WORT_INVALID_TIME = 300 # 5 mins PARAMS_FILE = './tempserver.conf' SENSOR_BASE_DIR = '/sys/devices/w1_bus_master1' FRIDGE_GPIO = '/sys/devices/virtual/gpio/gpio17' WORT_NAME = '28-0000031abc49' FRIDGE_NAME = 'bb'