old mode 100644
new mode 100755
| | |
| | | { |
| | | //PM2.5传感器类型的深度卡片界面 |
| | | var form = new MainPage.ControlForm.DevicePmSensorDetailCardForm();
|
| | | form.RowOrCardControl = this;
|
| | | form.AddForm(i_device, this.nowSelectRoom, 965, 1374);
|
| | | form.FormCloseEvent += this.CardDetailInfoBackEvent;
|
| | | };
|
| | |
| | | public override void SendStatuComand()
|
| | | { |
| | | //检测能否发送获取状态命令 |
| | | //if (this.CheckCanSendStatuComand() == true) |
| | | //{ |
| | | HdlDeviceAttributeLogic.Current.SendPmSensorComand(this.device);
|
| | | //}
|
| | | if (this.CheckCanSendStatuComand() == true) |
| | | {
|
| | | HdlDeviceAttributeLogic.Current.SendFreshAirStatuComand(this.device);
|
| | | }
|
| | | }
|
| | |
|
| | | #endregion |