view py/config.py @ 447:8fdf86ea41e7

few updates, seems to run
author Matt Johnston <matt@ucc.asn.au>
date Sat, 15 Dec 2012 23:49:08 +0800
parents c5629d79b4ac
children d686b111dab4
line wrap: on
line source

FRIDGE_GPIO = '/sys/devices/virtual/gpio/gpio17'
FRIDGE_SLEEP = 60

FRIDGE_DELAY = 600 # 10 mins

FRIDGE_WORT_INVALID_TIME = 300 # 5 mins

SENSOR_SLEEP = 120

UPLOAD_SLEEP = 300

PARAMS_FILE = './tempserver.conf'

SENSOR_BASE_DIR = '/sys/devices/w1_bus_master1'

WORT_NAME = 'aa'
FRIDGE_NAME = 'bb'