gate: Change max power for down

This commit is contained in:
tkl 2017-04-05 14:27:01 +00:00 committed by Thomas Klaehn
parent d0a90545be
commit ce4094a7b9

View File

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