gate_state: change power sensor limit
Signed-off-by: Thomas Klaehn <thomas.klaehn@u-blox.com>
This commit is contained in:
parent
1320547e48
commit
a9858d4680
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user