adding untracked files
This commit is contained in:
8
controller/config/__init__.py
Normal file
8
controller/config/__init__.py
Normal 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'
|
||||
Reference in New Issue
Block a user