adding untracked files

This commit is contained in:
Senad Uka
2016-01-24 09:15:14 +01:00
parent 85d41bc69b
commit f7061ab3da
8 changed files with 180 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
GPIO_PIN_DHT = 4 # BCM
SENSORDATA_URL = 'http://tfm.meteor.com/api/sensorData'
GPIO_PIN_VALVE = 21 # BCM
API_BASE_URL = 'http://tfm.meteor.com/api'
CONTROLLER_ID = '120' # every controller must have a different one
STATE_FILE = '/var/run/controller_state'