Missed building hex values for RESET TGID Addition (see last)

This commit is contained in:
Cort Buffington 2017-07-30 10:52:48 -05:00
parent c16d549e94
commit 8e858e48a2
1 changed files with 2 additions and 0 deletions

View File

@ -137,6 +137,8 @@ def make_bridge_config(_confbridge_rules):
_system['ON'][i] = hex_str_3(_system['ON'][i])
for i, e in enumerate(_system['OFF']):
_system['OFF'][i] = hex_str_3(_system['OFF'][i])
for i, e in enumerate(_system['RESET']):
_system['RESET'][i] = hex_str_3(_system['RESET'][i])
_system['TIMEOUT'] = _system['TIMEOUT']*60
_system['TIMER'] = time()