From 44f9b6f697b2dca746d31fd6d0b55c83f18bb48f Mon Sep 17 00:00:00 2001 From: Thomas Klaehn Date: Thu, 30 Mar 2017 10:28:03 +0200 Subject: [PATCH] comm: change mqtt broker Signed-off-by: Thomas Klaehn --- src/gate/gate_state.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gate/gate_state.py b/src/gate/gate_state.py index e85544b..d89b64d 100644 --- a/src/gate/gate_state.py +++ b/src/gate/gate_state.py @@ -21,7 +21,7 @@ LIGHT_READ_DELAY_S = 30 LIGHT_CONSECUTIVE_READS = 10 LIGHT_LX_THRESHOLD = {"open":10, "close":5} -MQTT_HOST = "gitlab" +MQTT_HOST = "proxy" MQTT_TOPIC = "outdoor/chickenhouse/gate" LIGHT_SENSOR_I2C_BUS = 1