Start system with timers off

This commit is contained in:
Cort Buffington 2017-03-24 08:38:34 -05:00
parent dd3eb5d96e
commit ed06b92ef7
1 changed files with 1 additions and 1 deletions

View File

@ -96,7 +96,7 @@ def make_bridge_config(_confbridge_rules):
for i, e in enumerate(_system['OFF']):
_system['OFF'][i] = hex_str_3(_system['OFF'][i])
_system['TIMEOUT'] = _system['TIMEOUT']*60
_system['TIMER'] = time() + _system['TIMEOUT']
_system['TIMER'] = time()
return {'BRIDGE_CONF': bridge_file.BRIDGE_CONF, 'BRIDGES': bridge_file.BRIDGES}