JLChen
2020-01-15 4a61a132ce09b1fd42fd80fcbff1855bad4c0f48
Crabtree/SmartHome/UI/SimpleControl/Phone/Scene/UserAddSceneDevice.cs
@@ -398,6 +398,7 @@
                LightMixSwitch lightSwitch = Newtonsoft.Json.JsonConvert.DeserializeObject<LightMixSwitch> (System.Text.Encoding.UTF8.GetString (IO.FileUtils.ReadFile (deviceFilePath)));
                #region 
                title.Text = lightSwitch.Name;
                //2020-01-13 是否禁掉延迟功能,待确认
                Button lblChangeName = new Button () {
                    X = Application.GetRealWidth (30),
                    Y = Application.GetRealHeight (100),