timeout value

This commit is contained in:
tkl 2016-12-25 10:44:26 +01:00 committed by Thomas Klaehn
parent 90cf74e0a2
commit 56395c7f0b

View File

@ -32,7 +32,7 @@ POWER_SENSOR_I2C_ADDRESS = 0x40
CONSECUTIVE_CURRENT_READS = 1000
MAX_ENGINE_POWER = {"up":330, "down":300}
MAX_GATE_RUNTIME = {"open":270, "close":250}
MAX_GATE_RUNTIME = {"open":300, "close":250}
class GateState(object):