| | |
| | | this.RefreshNowDeviceStatuMemory(this.device); |
| | | //初始化第一个索引页的内容 |
| | | this.InitFrameWhiteContent1(); |
| | | |
| | | Control.Ins.SendReadCommand(device); |
| | | } |
| | | |
| | | /// <summary> |
| | |
| | | this.FrameWhiteCentet1.AddChidren(btnFanView); |
| | | |
| | | //开关图标 |
| | | this.btnSwitch = new IconViewControl(40); |
| | | this.btnSwitch = new IconViewControl(32); |
| | | btnSwitch.Gravity = Gravity.CenterHorizontal; |
| | | btnSwitch.Y = Application.GetRealHeight(468); |
| | | btnSwitch.UnSelectedImagePath = "Public/PowerClose.png"; |
| | |
| | | dic[FunctionAttributeKey.Energy] = this.airFreshData.Energy; |
| | | //风速 |
| | | dic[FunctionAttributeKey.FanSpeed] = this.airFreshData.Fan ; |
| | | //室内温度 |
| | | dic[FunctionAttributeKey.IndoorTemp] = this.airFreshData.Indoor_temp.ToString(); |
| | | ///室内湿度 |
| | | dic[FunctionAttributeKey.IndoorHumidity] = this.airFreshData.Indoor_humidity.ToString(); |
| | | |
| | | return dic; |
| | | } |