From def3e27e828f21960969a55330f83fdd87d76cff Mon Sep 17 00:00:00 2001 From: Simon Date: Sun, 28 Feb 2021 23:04:45 +0000 Subject: [PATCH] XLX working --- bridge_master.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bridge_master.py b/bridge_master.py index 114e007..d1d12a3 100755 --- a/bridge_master.py +++ b/bridge_master.py @@ -1659,7 +1659,7 @@ class routerHBP(HBSYSTEM): # TGID matches an DE-ACTIVATION trigger #Single TG mode - if (CONFIG['SYSTEMS'][self._system]['SINGLE_MODE']) == True: + if (CONFIG['SYSTEMS'][self._system]['MODE'] == 'MASTER' and CONFIG['SYSTEMS'][self._system]['SINGLE_MODE']) == True: if (_dst_id in _system['OFF'] or _dst_id in _system['RESET'] or _dst_id != _system['TGID']) and _slot == _system['TS']: #if (_dst_id in _system['OFF'] or _dst_id in _system['RESET']) and _slot == _system['TS']: # Set the matching rule as ACTIVE