deleted draining period and amount from config file as this does not work like i thought it would
This commit is contained in:
@@ -12,8 +12,6 @@ GPIO_PIN_OUT_VALVE = 21 # BCM
|
||||
GPIO_PIN_IN_VALVE = 18 # BCM
|
||||
START_PUMPING_AT = 'TANKLEVEL4'
|
||||
STOP_PUMPING_AT = 'TANKFULL'
|
||||
DRAINING_PERIOD_AMOUNT = 40
|
||||
DRAINING_PERIOD_UNIT = 'minutes'
|
||||
API_BASE_URL = 'http://agrar.zoblak.com/api/v1.0'
|
||||
CONTROLLER_ID = '120' # every controller must have a different one
|
||||
STATE_FILE = '/var/run/controller_state'
|
||||
|
||||
Reference in New Issue
Block a user