gate_state: change power sensor limit

Signed-off-by: Thomas Klaehn <thomas.klaehn@u-blox.com>
This commit is contained in:
Thomas Klaehn 2017-03-30 10:25:58 +02:00
parent 1320547e48
commit a9858d4680

View File

@ -19,7 +19,7 @@ STATE_ERROR = "error"
LIGHT_READ_DELAY_S = 30
LIGHT_CONSECUTIVE_READS = 10
LIGHT_LX_THRESHOLD = {"open":5, "close":0}
LIGHT_LX_THRESHOLD = {"open":10, "close":5}
MQTT_HOST = "gitlab"
MQTT_TOPIC = "outdoor/chickenhouse/gate"