From bcb84e4400e6585efc14b1cbac874c106e4cd9e6 Mon Sep 17 00:00:00 2001 From: visocicaguy Date: Wed, 8 Jun 2016 13:12:36 +0200 Subject: [PATCH] Update copy__init__.py.example --- controller/config/copy__init__.py.example | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/controller/config/copy__init__.py.example b/controller/config/copy__init__.py.example index 32b5625..5267ffd 100644 --- a/controller/config/copy__init__.py.example +++ b/controller/config/copy__init__.py.example @@ -1,7 +1,7 @@ GPIO_PIN_DHT = 4 # BCM -SENSORDATA_URL = 'http://tfm.meteor.com/api/v1.0/sensorData' +SENSORDATA_URL = 'http://agrar.zoblak.com/api/v1.0/sensorData' GPIO_PIN_TANKLEVEL0 = 5 # BCM GPIO_PIN_TANKLEVEL1 = 6 # BCM GPIO_PIN_TANKLEVEL2 = 13 # BCM @@ -10,6 +10,6 @@ GPIO_PIN_TANKLEVEL4 = 26 # BCM GPIO_PIN_TANKFULL = 20 # BCM GPIO_PIN_OUT_VALVE = 21 # BCM GPIO_PIN_IN_VALVE = 18 # BCM -API_BASE_URL = 'http://tfm.meteor.com/api/v1.0' +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'