HDL Home App 第二版本 旧平台金堂用 正在使用
黄学彪
2020-07-24 0087dd7734e71dfcfd1bb54db394ad7855021ffd
ZigbeeApp/Shared/Phone/MainPage/Controls/DeviceCard/DeviceColorTemperatureCardControl.cs
@@ -47,6 +47,12 @@
                    //打开
                    this.SetDeviceStatuText(Language.StringByID(R.MyInternationalizationString.uOpen1));
                    i_device.SwitchControl(1);
                    HdlThreadLogic.Current.RunThread(() =>
                    {
                        //获取灯光亮度
                        System.Threading.Thread.Sleep(300);
                        HdlDeviceAttributeLogic.Current.SendLevelStatuComand(i_device);
                    });
                }
                else
                {