old mode 100755
new mode 100644
| | |
| | | strType = Language.StringByID(R.MyInternationalizationString.AirQuality);
|
| | | nowSelectNo = -1;
|
| | | }
|
| | | else if (this.device.Type == DeviceType.Airer)
|
| | | {
|
| | | //晾衣架
|
| | | strType = Language.StringByID(R.MyInternationalizationString.AirerFun);
|
| | | nowSelectNo = -1;
|
| | | } |
| | | else if (this.device.Type == DeviceType.PMSensor)
|
| | | {
|
| | | //空气质量传感器 环境 |
| | | strType = Language.StringByID(R.MyInternationalizationString.Envoronment);
|
| | | nowSelectNo = -1;
|
| | | }
|
| | |
|
| | | //显示文本
|
| | | this.txtView.Text = strType;
|
| | |
| | | || this.device.Type == DeviceType.Thermostat//空调
|
| | | || this.device.Type == DeviceType.FreshAir//新风
|
| | | || this.device.Type == DeviceType.PMSensor //PM2.5
|
| | | || this.device.Type == DeviceType.Airer//晾衣架
|
| | | || this.device.Type == DeviceType.ColorTemperatureLight //色温灯
|
| | | || this.device.Type == DeviceType.WindowCoveringDevice)//窗帘
|
| | | {
|