| | |
| | | {
|
| | | //获取空调模式失败
|
| | | string msg = Language.StringByID(R.MyInternationalizationString.uGetAcModeFail);
|
| | | msg = HdlCommonLogic.Current.CombineGatewayTimeOutMsg(msg, null, "回复超时");
|
| | | msg = UserCenterLogic.CombineGatewayTimeOutMsg(msg, null, "回复超时");
|
| | | this.ShowMassage(ShowMsgType.Tip, msg);
|
| | | this.CloseProgressBar(ShowReLoadMode.YES);
|
| | | return;
|
| | |
| | | return;
|
| | | }
|
| | |
|
| | | string mainkeys = HdlDeviceCommonLogic.Current.GetDeviceMainKeys(deviceAc);
|
| | | string mainkeys = Common.LocalDevice.Current.GetDeviceMainKeys(deviceAc);
|
| | | HdlGatewayReceiveLogic.Current.AddAttributeEvent("ReadAirConditionerModeSupport", ReceiveComandDiv.A设备属性上报, (report) =>
|
| | | {
|
| | | string checkKeys = HdlDeviceCommonLogic.Current.GetDeviceMainKeys(report);
|
| | | string checkKeys = Common.LocalDevice.Current.GetDeviceMainKeys(report);
|
| | | if (checkKeys != mainkeys || report.DeviceStatusReport.CluterID != 513)
|
| | | {
|
| | | return;
|