Skip to content

Commit

Permalink
Missed building hex values for RESET TGID Addition (see last)
Browse files Browse the repository at this point in the history
  • Loading branch information
n0mjs710 committed Jul 30, 2017
1 parent c16d549 commit 8e858e4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions confbridge.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()

Expand Down

0 comments on commit 8e858e4

Please sign in to comment.