ZigbeeApp/Shared/Phone/ZigBee/Common/Application.cs
@@ -207,11 +207,11 @@ { gateWayList.Add(zbGateWay); } //网关中到住宅ID为空此时也通讯 else if (homeID == string.Empty) { gateWayList.Add(zbGateWay); } //网关中到住宅ID为空此时也通讯 2020.01.14变更:没这个必要,上面那个变量就能处理 //else if (homeID == string.Empty) //{ // gateWayList.Add(zbGateWay); //} } //网关列表存储处理 var gateWay = ZbGateway.GateWayList.Find(obj => obj.getGatewayBaseInfo != null && obj.getGatewayBaseInfo.gwID == zbGateWay.getGatewayBaseInfo.gwID);