Target active
This commit is contained in:
parent
f83d092b1c
commit
9a719489c5
@ -1257,8 +1257,8 @@ class routerHBP(HBSYSTEM):
|
|||||||
_sysIgnore = sysIgnore
|
_sysIgnore = sysIgnore
|
||||||
for _target in BRIDGES[_bridge]:
|
for _target in BRIDGES[_bridge]:
|
||||||
#if _target['SYSTEM'] != self._system or (_target['SYSTEM'] == self._system and _target['TS'] != _slot):
|
#if _target['SYSTEM'] != self._system or (_target['SYSTEM'] == self._system and _target['TS'] != _slot):
|
||||||
if _target['SYSTEM'] != self._system:
|
if _target['SYSTEM'] != self._system and _target['ACTIVE']:
|
||||||
if _target['ACTIVE']:
|
#if _target['ACTIVE']:
|
||||||
_target_status = systems[_target['SYSTEM']].STATUS
|
_target_status = systems[_target['SYSTEM']].STATUS
|
||||||
_target_system = self._CONFIG['SYSTEMS'][_target['SYSTEM']]
|
_target_system = self._CONFIG['SYSTEMS'][_target['SYSTEM']]
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user