Update integrationUISP.py

This commit is contained in:
Robert Chacón
2023-04-13 08:48:00 -06:00
committed by GitHub
parent 855b838831
commit 99c716de86

View File

@@ -250,6 +250,7 @@ def findNodesBranchedOffPtMP(siteList, dataLinks, sites):
if ('parent' in site['identification']) and (site['identification']['parent'] is not None):
parent = site['identification']['parent']['id']
for link in dataLinks:
if link['to']['site']['identification'] is not None:
if link['from']['site']['identification']['id'] == parent:
if link['to']['site']['identification']['id'] == id:
if link['from']['device']['overview']['wirelessMode'] == 'ap-ptmp':