Version to support the reading if the tank is full (BCM GPIO 20 used)
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
|
||||
GPIO_PIN_DHT = 4 # BCM
|
||||
SENSORDATA_URL = 'http://tfm.meteor.com/api/sensorData'
|
||||
GPIO_PIN_TANKFULL = 20 # BCM
|
||||
GPIO_PIN_VALVE = 21 # BCM
|
||||
API_BASE_URL = 'http://tfm.meteor.com/api'
|
||||
CONTROLLER_ID = '120' # every controller must have a different one
|
||||
|
||||
Reference in New Issue
Block a user