From 223875b14fa1f87be66620c9903e5183f9b19c43 Mon Sep 17 00:00:00 2001 From: JLChen <551775569@qq.com> Date: 星期五, 27 八月 2021 17:01:08 +0800 Subject: [PATCH] 2021-08-27 1.更新Android库,修改裁剪图片方案,支持大图裁剪 --- HDL_ON/UI/UI2/FuntionControlView/1ContorlPage/AirFreshControlPage.cs | 8 +++++++- 1 files changed, 7 insertions(+), 1 deletions(-) diff --git a/HDL_ON/UI/UI2/FuntionControlView/1ContorlPage/AirFreshControlPage.cs b/HDL_ON/UI/UI2/FuntionControlView/1ContorlPage/AirFreshControlPage.cs index 4cf8131..e0a5cfe 100644 --- a/HDL_ON/UI/UI2/FuntionControlView/1ContorlPage/AirFreshControlPage.cs +++ b/HDL_ON/UI/UI2/FuntionControlView/1ContorlPage/AirFreshControlPage.cs @@ -96,6 +96,8 @@ this.RefreshNowDeviceStatuMemory(this.device); //鍒濆鍖栫涓�涓储寮曢〉鐨勫唴瀹� this.InitFrameWhiteContent1(); + + Control.Ins.SendReadCommand(device); } /// <summary> @@ -241,7 +243,7 @@ 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"; @@ -579,6 +581,10 @@ 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; } -- Gitblit v1.8.0