Multiple triggers allows per rule

This commit is contained in:
Cort Buffington 2016-05-01 07:53:09 -05:00
parent ecd9941588
commit 200a7a45b2
1 changed files with 0 additions and 1 deletions

View File

@ -163,7 +163,6 @@ class bridgeIPSC(IPSC):
# This will ONLY work for symmetrical rules!!!
if _burst_data_type == BURST_DATA_TYPE['VOICE_TERM']: # Action happens on un-key
for rule in RULES[_network]['GROUP_VOICE']:
print(rule['ON'])
if _dst_group in rule['ON']:
rule['ACTIVE'] = True
_target = rule['DST_NET']