| | |
| | | btnOk.TextColor = UserCenterColor.Current.TextOrangeColor;
|
| | | frameText.AddChidren(btnOk, ChidrenBindMode.BindEvent);
|
| | | //底线
|
| | | var btnLine1 = new NormalViewControl(this.GetPictrueRealSize(100), ControlCommonResourse.BottomLineHeight, false);
|
| | | var btnLine1 = new NormalViewControl(this.GetPictrueRealSize(100), HdlControlResourse.BottomLineHeight, false);
|
| | | btnLine1.BackgroundColor = UserCenterColor.Current.TextOrangeColor;
|
| | | btnLine1.Gravity = Gravity.CenterHorizontal;
|
| | | btnLine1.Y = btnOk.Bottom - this.GetPictrueRealSize(8);
|
| | |
| | | frameText.AddChidren(btnDown, ChidrenBindMode.BindEvent);
|
| | |
|
| | | //底线
|
| | | var btnLine2 = new NormalViewControl(this.GetPictrueRealSize(124), ControlCommonResourse.BottomLineHeight, false);
|
| | | var btnLine2 = new NormalViewControl(this.GetPictrueRealSize(124), HdlControlResourse.BottomLineHeight, false);
|
| | | btnLine2.BackgroundColor = UserCenterColor.Current.TextOrangeColor;
|
| | | btnLine2.Gravity = Gravity.CenterHorizontal;
|
| | | btnLine2.Y = btnDown.Bottom - this.GetPictrueRealSize(8);
|
| | |
| | | btnOk.TextColor = UserCenterColor.Current.TextOrangeColor;
|
| | | frameText.AddChidren(btnOk, ChidrenBindMode.BindEvent);
|
| | | //底线
|
| | | var btnLine1 = new NormalViewControl(this.GetPictrueRealSize(100), ControlCommonResourse.BottomLineHeight, false);
|
| | | var btnLine1 = new NormalViewControl(this.GetPictrueRealSize(100), HdlControlResourse.BottomLineHeight, false);
|
| | | btnLine1.BackgroundColor = UserCenterColor.Current.TextOrangeColor;
|
| | | btnLine1.Gravity = Gravity.CenterHorizontal;
|
| | | btnLine1.Y = btnOk.Bottom - this.GetPictrueRealSize(8);
|
| | |
| | | frameText.AddChidren(btnDown, ChidrenBindMode.BindEvent);
|
| | |
|
| | | //底线
|
| | | var btnLine2 = new NormalViewControl(this.GetPictrueRealSize(124), ControlCommonResourse.BottomLineHeight, false);
|
| | | var btnLine2 = new NormalViewControl(this.GetPictrueRealSize(124), HdlControlResourse.BottomLineHeight, false);
|
| | | btnLine2.BackgroundColor = UserCenterColor.Current.TextOrangeColor;
|
| | | btnLine2.Gravity = Gravity.CenterHorizontal;
|
| | | btnLine2.Y = btnDown.Bottom - this.GetPictrueRealSize(8);
|
| | |
| | | //如果当前是虚拟住宅
|
| | | if (Common.Config.Instance.Home.IsVirtually == true)
|
| | | {
|
| | | var data = TemplateData.TemplateDeviceDataLogic.Current.GetCurtainLimitPoint(curtainDevice);
|
| | | var data = HdlTemplateDeviceDataLogic.Current.GetCurtainLimitPoint(curtainDevice);
|
| | | curtainData.Direction = data.Direction;
|
| | | return true;
|
| | | }
|
| | |
| | | this.ShowProgressBar();
|
| | |
|
| | | bool receiptData = false;
|
| | | string mainkeys = LocalDevice.Current.GetDeviceMainKeys(curtainDevice);
|
| | | string mainkeys = HdlDeviceCommonLogic.Current.GetDeviceMainKeys(curtainDevice);
|
| | | HdlGatewayReceiveLogic.Current.AddAttributeEvent("CurtainDeviceAttribute", ReceiveComandDiv.A设备属性上报, (device) =>
|
| | | {
|
| | | string checkKey = LocalDevice.Current.GetDeviceMainKeys(device);
|
| | | string checkKey = HdlDeviceCommonLogic.Current.GetDeviceMainKeys(device);
|
| | | if (mainkeys != checkKey || device.DeviceStatusReport.CluterID != 258)
|
| | | {
|
| | | return;
|
| | |
| | | //获取窗帘方向与限位设置失败
|
| | | string msg = Language.StringByID(R.MyInternationalizationString.uGetCurtainDirectionAndLimitSettionFail);
|
| | | //拼接上【网关回复超时】的Msg
|
| | | msg = UserCenterLogic.CombineGatewayTimeOutMsg(msg, null, "回复超时");
|
| | | msg = HdlCommonLogic.Current.CombineGatewayTimeOutMsg(msg, null, "回复超时");
|
| | | this.ShowMassage(ShowMsgType.Tip, msg);
|
| | | return false;
|
| | | }
|