| | |
| | | try |
| | | { |
| | | Application.RunOnMainThread(() => { |
| | | loadPage.Start("Loading..."); |
| | | loadPage.Start(Language.StringByID(StringId.PleaseWait)); |
| | | }); |
| | | var curMonth = 0; |
| | | if(curQueryType == QueryType.NowMonth) |
| | |
| | | i++; |
| | | continue; |
| | | } |
| | | var revertObj = new HttpServerRequest().GetSensorHistory(sr.bus_Data.SubnetID, sr.bus_Data.DeviceID, |
| | | 5, (int)(sr.functionType) % 256, (int)curQueryType, sr.bus_Data.loopId, curMonth, |
| | | DB_ResidenceData.residenceData.residenceGatewayMAC); |
| | | var revertObj = new HttpServerRequest().GetSensorHistory(sr.bus.SubnetID, sr.bus.DeviceID, |
| | | 5, (int)(sr.functionType) % 256, (int)curQueryType, sr.bus.LoopId, curMonth, |
| | | DB_ResidenceData.Instance.residenceGatewayMAC); |
| | | |
| | | if (revertObj != null) |
| | | { |