gate opened limit changed

This commit is contained in:
tkl 2017-01-07 12:56:00 +00:00 committed by Thomas Klaehn
parent 42331d76ab
commit 1320547e48

View File

@ -31,7 +31,7 @@ POWER_SENSOR_I2C_BUS = 1
POWER_SENSOR_I2C_ADDRESS = 0x40
POWER_CONSECUTIVE_READS = 1000
MAX_ENGINE_POWER = {"up":310, "down":290}
MAX_ENGINE_POWER = {"up":330, "down":290}
MAX_GATE_RUNTIME = {"open":300, "close":300}
MIN_GATE_RUNTIME = {"open":10, "close":10}