| | |
| | | return;
|
| | | }
|
| | | var tempZb = (ZbGateway)objValue;
|
| | | if (tempZb.CurrentGateWayId != HdlGatewayLogic.Current.GetGatewayId(this.zbGateway))
|
| | | if (HdlGatewayLogic.Current.GetGatewayId(tempZb) != HdlGatewayLogic.Current.GetGatewayId(this.zbGateway))
|
| | | {
|
| | | //不是自己的网关推送,则不处理
|
| | | return;
|
| | |
| | | return;
|
| | | }
|
| | | var tempZb = (ZbGateway)objValue;
|
| | | if (tempZb.CurrentGateWayId != HdlGatewayLogic.Current.GetGatewayId(this.zbGateway))
|
| | | if (HdlGatewayLogic.Current.GetGatewayId(tempZb) != HdlGatewayLogic.Current.GetGatewayId(this.zbGateway))
|
| | | {
|
| | | //不是自己的网关推送,则不处理
|
| | | return;
|
| | |
| | | /// </summary>
|
| | | /// <param name="statusData"></param>
|
| | | /// <returns></returns>
|
| | | private bool CheckStatusCode(ZbGatewayData.OTAScheduleResponData statusData)
|
| | | private bool CheckStatusCode(CommonDevice.OTAScheduleResponData statusData)
|
| | | {
|
| | | if (statusData == null)
|
| | | {
|