threshold adapted

This commit is contained in:
Thomas Klaehn 2016-12-23 13:28:24 +01:00 committed by Thomas Klaehn
parent 4413446485
commit 22cd563d42

View File

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