From a93db4940a37fd73a37dd9b237c16e744e36f9ea Mon Sep 17 00:00:00 2001 From: wxr <464027401@qq.com> Date: 星期二, 30 八月 2022 10:24:45 +0800 Subject: [PATCH] 迁移升级网关之后修改网关子网号 --- Crabtree/SmartHome/UI/SimpleControl/Phone/Room/UserRoom.cs | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Crabtree/SmartHome/UI/SimpleControl/Phone/Room/UserRoom.cs b/Crabtree/SmartHome/UI/SimpleControl/Phone/Room/UserRoom.cs index e514a4b..fdf5202 100644 --- a/Crabtree/SmartHome/UI/SimpleControl/Phone/Room/UserRoom.cs +++ b/Crabtree/SmartHome/UI/SimpleControl/Phone/Room/UserRoom.cs @@ -13,7 +13,8 @@ static UserRoom curView = null; - Thread readEnergyThead; + Thread readEnergyThead; + bool readEnergy = false; List<Common> EnergtLightList = new List<Common> (); static string AirQCity = ""; @@ -578,7 +579,7 @@ Text = AirQTemp, TextSize = Application.DeviceType == Device.Ios ? 40 : 34, TextAlignment = TextAlignment.Center, - FontName = "TitilliumText25L" + //FontName = "TitilliumText25L" }; airQualityView.AddChidren (btnTemp); Button btnHumidityIcon = new Button () { -- Gitblit v1.8.0